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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?i??? | 001111111000001010001001001111110011111100111111 | 3f82893f3f3f |
EUC-JP | 滎i?滎? | 10001111110010001011100110100011111010010011111110001111110010001011100100111111 | 8fc8b9a3e93f8fc8b93f |
UTF-8 | 滎i눈滎섇 | 111001101011101110001110111011111011110110001001111010111000100010001000111001101011101110001110111011001000010010000111 | e6bb8eefbd89eb8888e6bb8eec8487 |
UHC | 滎i눈滎섇 | 11111011101000111010001111101001101101001010101111111011101000111001100011100101 | fba3a3e9b4abfba398e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)