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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??阿^ | 0011111100111111100010001010001001011110 | 3f3f88a25e |
EUC-JP | ??阿^ | 0011111100111111101100001010010001011110 | 3f3fb0a45e |
UTF-8 | 렯렟阿^ | 11101011101000001010111111101011101000001001111111101001100110001011111101011110 | eba0afeba09fe998bf5e |
UHC | 렯렟阿^ | 10001110101111001000111010110000111001001011100101011110 | 8ebc8eb0e4b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)