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 | 褸泓贈 | 111001011111100010011111100101111001000110100001 | e5f89f9791a1 |
EUC-JP | 褸泓贈 | 111010101111101011011101111101111100001010100011 | eafaddf7c2a3 |
UTF-8 | 褸泓贈 | 111010001010010010111000111001101011001110010011111010001011010010001000 | e8a4b8e6b393e8b488 |
UHC | 褸泓贈 | 110101111010111011111011111100101111000111111100 | d7aefbf2f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)