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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?咽櫛??櫛 | 001111111000100011110100100010111111100100111111001111111000101111111001 | 3f88f48bf93f3f8bf9 |
EUC-JP | ?咽櫛??櫛 | 001111111011000011110110101101101111101100111111001111111011011011111011 | 3fb0f6b6fb3f3fb6fb |
UTF-8 | 앉咽櫛렜렱櫛 | 111011001001010110001001111001011001001010111101111001101010101110011011111010111010000010011100111010111010000010110001111001101010101110011011 | ec9589e592bde6ab9beba09ceba0b1e6ab9b |
UHC | 앉咽櫛렜렱櫛 | 101111101100100111101100110101101111000111101110100011101010111010001110101111101111000111101110 | bec9ecd6f1ee8eae8ebef1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)