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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蹄??畯? | 10010010111110110011111100111111111110110110111100111111 | 92fb3f3ffb6f3f |
EUC-JP | 蹄??畯? | 1100010011111101001111110011111110001111110011011011101100111111 | c4fd3f3f8fcdbb3f |
UTF-8 | 蹄쇠벳畯렜 | 111010001011100110000100111011001000011110100000111010111011001010110011111001111001010110101111111010111010000010011100 | e8b984ec87a0ebb2b3e795afeba09c |
UHC | 蹄쇠벳畯렜 | 11110000101101001011110011101000101110101010101011110001111000011000111010101110 | f0b4bce8baaaf1e18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)