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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 存洩男 | 100100011011011010001001011010111001001001101010 | 91b6896b926a |
EUC-JP | 存洩男 | 110000101011100010110001110011001100001111001011 | c2b8b1ccc3cb |
UTF-8 | 存洩男 | 111001011010110110011000111001101011010010101001111001111001010010110111 | e5ad98e6b4a9e794b7 |
UHC | 存洩男 | 111100001110110111100000110111011101000111111011 | f0ede0ddd1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)