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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????□□ | 0011111100111111001111110011111110000001101000001000000110100000 | 3f3f3f3f81a081a0 |
EUC-JP | ????□□ | 0011111100111111001111110011111110100010101000101010001010100010 | 3f3f3f3fa2a2a2a2 |
UTF-8 | 룶괄룶⅝□□ | 111010111010001110110110111010101011010010000100111010111010001110110110111000101000010110011101111000101001011010100001111000101001011010100001 | eba3b6eab484eba3b6e2859de296a1e296a1 |
UHC | 룶괄룶⅝□□ | 100011111010101110110000111111011000111110101011101010001111110110100001111000001010000111100000 | 8fabb0fd8faba8fda1e0a1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)