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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 贈息贈息B | 100100011010000110010001101001111001000110100001100100011010011101000010 | 91a191a791a191a742 |
EUC-JP | 贈息贈息B | 110000101010001111000010101010011100001010100011110000101010100101000010 | c2a3c2a9c2a3c2a942 |
UTF-8 | 贈息贈息B | 11101000101101001000100011100110100000011010111111101000101101001000100011100110100000011010111101000010 | e8b488e681afe8b488e681af42 |
UHC | 贈息贈息B | 111100011111110011100011110100111111000111111100111000111101001101000010 | f1fce3d3f1fce3d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)