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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???一? | 001111110011111100111111100010001110101000111111 | 3f3f3f88ea3f |
EUC-JP | ???一? | 001111110011111100111111101100001110110000111111 | 3f3f3fb0ec3f |
UTF-8 | 樂낃퇌一턆 | 111011111010011010111111111010111000001010000011111011011000011110001100111001001011100010000000111011011000010010000110 | efa6bfeb8283ed878ce4b880ed8486 |
UHC | 樂낃퇌一턆 | 11101000111110011000010111101010101101111001110111101100111010011011011001000010 | e8f985eab79dece9b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)