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 | ???n@h | 001111110011111100111111011011100100000001101000 | 3f3f3f6e4068 |
SJIS-WIN | ?訥オn@h | 0011111111100110011000111000001101001001011011100100000001101000 | 3fe66383496e4068 |
EUC-JP | ?訥オn@h | 0011111111101011110001001010010110101010011011100100000001101000 | 3febc4a5aa6e4068 |
UTF-8 | 룶訥オn@h | 111010111010001110110110111010001010100010100101111000111000001010101010011011100100000001101000 | eba3b6e8a8a5e382aa6e4068 |
UHC | 룶訥オn@h | 100011111010101111010010111011011010101110101010011011100100000001101000 | 8fabd2edabaa6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)