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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯ゆ?嚥?? | 100110101110000110000010111001000011111110011010100010110011111100111111 | 9ae182e43f9a8b3f3f |
EUC-JP | 壯ゆ?嚥?? | 110101001110001110100100111001100011111111010011111010110011111100111111 | d4e3a4e63fd3eb3f3f |
UTF-8 | 壯ゆ굢嚥드츒 | 111001011010001110101111111000111000001010000110111010101011010110100010111001011001101010100101111010111001001110011100111011001011100010010010 | e5a3afe38286eab5a2e59aa5eb939cecb892 |
UHC | 壯ゆ굢嚥드츒 | 111011011110000010101010111001101000001010001001111001101011111110110101111001011010111010001101 | ede0aae68289e6bfb5e5ae8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)