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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 樂숇뙴z樂숇뙴zB | 111011111010011010111111111011001000100010000111111010111001100110110100011110101110111110100110101111111110110010001000100001111110101110011001101101000111101001000010 | efa6bfec8887eb99b47aefa6bfec8887eb99b47a42 |
UHC | 樂숇뙴z樂숇뙴zB | 111010001111100110011001111010111000110010110111011110101110100011111001100110011110101110001100101101110111101001000010 | e8f999eb8cb77ae8f999eb8cb77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)