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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 禎?E禎?EB | 100100101111010100111111010001011001001011110101001111110100010101000010 | 92f53f4592f53f4542 |
EUC-JP | 禎?E禎?EB | 110001001111011100111111010001011100010011110111001111110100010101000010 | c4f73f45c4f73f4542 |
UTF-8 | 禎렦E禎렦EB | 111001111010011010001110111010111010000010100110010001011110011110100110100011101110101110100000101001100100010101000010 | e7a68eeba0a645e7a68eeba0a64542 |
UHC | 禎렦E禎렦EB | 1110111111101110100011101011010101000101111011111110111010001110101101010100010101000010 | efee8eb545efee8eb54542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)