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 | 午ョ?渦 | 10001100110111111000001110000111001111111000100101010001 | 8cdf83873f8951 |
EUC-JP | 午ョ?渦 | 10111000111000011010010111100111001111111011000110110010 | b8e1a5e73fb1b2 |
UTF-8 | 午ョ떓渦 | 111001011000110110001000111000111000001110100111111010111001011010010011111001101011100010100110 | e58d88e383a7eb9693e6b8a6 |
UHC | 午ョ떓渦 | 1110011111101101101010111110011110001011101010011110100010111110 | e7edabe78ba9e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)