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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鼇?┴ | 1110101010000111001111111000010010101000 | ea873f84a8 |
EUC-JP | 鼇?┴ | 1111001111100111001111111010100010101010 | f3e73fa8aa |
UTF-8 | 鼇잏┴ | 111010011011110010000111111011001001111010001111111000101001010010110100 | e9bc87ec9e8fe294b4 |
UHC | 鼇잏┴ | 111010001010100010011111111001111010011010101010 | e8a89fe7a6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)