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 | 消ヘ鄧 | 10001111110000011111010010100110110011011111101110111001 | 8fc1f4a6cdfbb9 |
EUC-JP | 消?ヘ鄧 | 1011111011000011001111111000111011001101100011111110001011000111 | bec33f8ecd8fe2c7 |
UTF-8 | 消ヘ鄧 | 111001101011011010001000111011101000110110010101111011111011111010001101111010011000010010100111 | e6b688ee8d95efbe8de984a7 |
UHC | 消??鄧 | 111000011011110000111111001111111101010011111000 | e1bc3f3fd4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)