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 | ハ銧ェ | 111100001111101111001010111110111100110010101010 | f0fbcafbccaa |
EUC-JP | ?ハ銧ェ | 0011111110001110110010101000111111100100101001101000111010101010 | 3f8eca8fe4a68eaa |
UTF-8 | ハ銧ェ | 111011101000001010111010111011111011111010001010111010011000101010100111111011111011110110101010 | ee82baefbe8ae98aa7efbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)