To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | Í°^Ó¹ | 1100110110110000010111101101001110111001 | cdb05ed3b9 |
SJIS-WIN | ?°^?? | 001111111000000110001011010111100011111100111111 | 3f818b5e3f3f |
EUC-JP | Í°^Ó? | 10001111101010101011111110100001111010110101111010001111101010101101000100111111 | 8faabfa1eb5e8faad13f |
UTF-8 | Í°^Ó¹ | 110000111000110111000010101100000101111011000011100100111100001010111001 | c38dc2b05ec393c2b9 |
UHC | ?°^?¹ | 00111111101000011100011001011110001111111010100111110110 | 3fa1c65e3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)