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 | 午ヤ?蚣 | 10001100110111111000001110000100001111111110010101101110 | 8cdf83843fe56e |
EUC-JP | 午ヤ?蚣 | 10111000111000011010010111100100001111111110100111001111 | b8e1a5e43fe9cf |
UTF-8 | 午ヤ빰蚣 | 111001011000110110001000111000111000001110100100111010111011100110110000111010001001101010100011 | e58d88e383a4ebb9b0e89aa3 |
UHC | 午ヤ빰蚣 | 1110011111101101101010111110010010111011101000111100110111110111 | e7edabe4bba3cdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)