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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霄顔枚鮓 | 1110100010111010100010101110011110010110100001111110100110110110 | e8ba8ae79687e9b6 |
EUC-JP | 霄顔枚鮓 | 1111000010111100101101001110100111001011111001111111001010111000 | f0bcb4e9cbe7f2b8 |
UTF-8 | 霄顔枚鮓 | 111010011001110010000100111010011010000110010100111001101001111010011010111010011010111010010011 | e99c84e9a194e69e9ae9ae93 |
UHC | ?顔枚? | 001111111110010011010100110110001101110100111111 | 3fe4d4d8dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)