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 | ?櫛??釵じ | 001111111000101111111001001111110011111111100111110111101000001010110110 | 3f8bf93f3fe7de82b6 |
EUC-JP | ?櫛??釵じ | 001111111011011011111011001111110011111111101110111000001010010010111000 | 3fb6fb3f3feee0a4b8 |
UTF-8 | 알櫛롃양釵じ | 111011001001010110001100111001101010101110011011111010111010000110000011111011001001011010010001111010011000011110110101111000111000000110011000 | ec958ce6ab9beba183ec9691e987b5e38198 |
UHC | 알櫛롃양釵じ | 101111101100101111110001111011101000111011001010101111101110011111110011111110111010101010111000 | becbf1ee8ecabee7f3fbaab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)