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 | 111001111000110110001111011010011110011110001101100011110110100101000010 | e78d8f69e78d8f6942 |
EUC-JP | 迯淑迯淑B | 111011011110110110111101110010101110110111101101101111011100101001000010 | ededbdcaededbdca42 |
UTF-8 | 迯淑迯淑B | 11101000101111111010111111100110101101111001000111101000101111111010111111100110101101111001000101000010 | e8bfafe6b791e8bfafe6b79142 |
UHC | ?淑?淑B | 00111111111000101101011100111111111000101101011101000010 | 3fe2d73fe2d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)