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 | 鉚嬢ョ千 | 11100111111101001000111111101100101011101001000011100111 | e7f48fecae90e7 |
EUC-JP | 鉚嬢ョ千 | 1110111011110110101111101110111010001110101011101100000011101001 | eef6beee8eaec0e9 |
UTF-8 | 鉚嬢ョ千 | 111010011000100110011010111001011010110010100010111011111011110110101110111001011000110110000011 | e9899ae5aca2efbdaee58d83 |
UHC | ???千 | 0011111100111111001111111111010010110110 | 3f3f3ff4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)