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 | ?納踪 | 0011111110010100010110111110011101001000 | 3f945be748 |
EUC-JP | ?納踪 | 0011111111000111101111001110110110101001 | 3fc7bceda9 |
UTF-8 | 룶納踪 | 111010111010001110110110111001111011010010001101111010001011100010101010 | eba3b6e7b48de8b8aa |
UHC | 룶納踪 | 100011111010101111010010101000011111000110100001 | 8fabd2a1f1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)