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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 岺ュホサ竕、B | 111110101010110110101101110011101011101111100010100010011010010001000010 | faadadcebbe289a442 |
EUC-JP | 岺ュホサ竕、B | 1000111110111011101110001000111010101101100011101100111010001110101110111110001111101001100011101010010001000010 | 8fbbb88ead8ece8ebbe3e98ea442 |
UTF-8 | 岺ュホサ竕、B | 11100101101100101011101011101111101111011010110111101111101111101000111011101111101111011011101111100111101010111001010111101111101111011010010001000010 | e5b2baefbdadefbe8eefbdbbe7ab95efbda442 |
UHC | 岺?????B | 1101011010111001001111110011111100111111001111110011111101000010 | d6b93f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)