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 | 淫?誹 | 1000100011111010001111111001010011101110 | 88fa3f94ee |
EUC-JP | 淫?誹 | 1011000011111100001111111100100011110000 | b0fc3fc8f0 |
UTF-8 | 淫뀄誹 | 111001101011011110101011111010111000000010000100111010001010101010111001 | e6b7abeb8084e8aab9 |
UHC | 淫뀄誹 | 111010111110001010110010111011011101111010100110 | ebe2b2eddea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)