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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 贈息臓達^ | 100100011010000110010001101001111001000110011111100100100100001001011110 | 91a191a7919f92425e |
EUC-JP | 贈息臓達^ | 110000101010001111000010101010011100001010100001110000111010001101011110 | c2a3c2a9c2a1c3a35e |
UTF-8 | 贈息臓達^ | 11101000101101001000100011100110100000011010111111101000100001111001001111101001100000011001010001011110 | e8b488e681afe88793e981945e |
UHC | 贈息?達^ | 1111000111111100111000111101001100111111110100111011100101011110 | f1fce3d33fd3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)