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 | ????u | 0011111100111111001111110011111101110101 | 3f3f3f3f75 |
SJIS-WIN | 嘆単村束u | 100100100101000110010010010100001001000110111010100100011010100101110101 | 9251925091ba91a975 |
EUC-JP | 嘆単村束u | 110000111011001011000011101100011100001010111100110000101010101101110101 | c3b2c3b1c2bcc2ab75 |
UTF-8 | 嘆単村束u | 11100101100110001000011011100101100011011001100011100110100111011001000111100110100111011001111101110101 | e59886e58d98e69d91e69d9f75 |
UHC | 嘆?村束u | 1111011110100011001111111111010110111101111000011101011001110101 | f7a33ff5bde1d675 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)