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 | 薊ョ┏矍 | 1110010101001000100000111000011110000100101011001110000111011101 | e548838784ace1dd |
EUC-JP | 薊ョ┏矍 | 1110100110101001101001011110011110101000101011101110001011011111 | e9a9a5e7a8aee2df |
UTF-8 | 薊ョ┏矍 | 111010001001011010001010111000111000001110100111111000101001010010001111111001111001111110001101 | e8968ae383a7e2948fe79f8d |
UHC | ?ョ┏? | 001111111010101111100111101001101010111000111111 | 3fabe7a6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)