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 | 薊ョ喬襦 | 1110010101001000100000111000011110001011101010101110011001000000 | e54883878baae640 |
EUC-JP | 薊ョ喬襦 | 1110100110101001101001011110011110110110101011001110101110100001 | e9a9a5e7b6aceba1 |
UTF-8 | 薊ョ喬襦 | 111010001001011010001010111000111000001110100111111001011001011010101100111010001010010110100110 | e8968ae383a7e596ace8a5a6 |
UHC | ?ョ喬? | 001111111010101111100111110011101110001000111111 | 3fabe7cee23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)