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 | 際?中?劍 | 1000110111011011001111111001001010000110001111111001100110011000 | 8ddb3f92863f9998 |
EUC-JP | 際?中?劍 | 1011101011011101001111111100001111100110001111111101000111111000 | badd3fc3e63fd1f8 |
UTF-8 | 際렑中잭劍 | 111010011001101010011011111010111010000010010001111001001011100010101101111011001001111010101101111001011000101010001101 | e99a9beba091e4b8adec9eade58a8d |
UHC | 際렑中잭劍 | 11110000101101111000111010100110111100011110100111000000111010001100101111111100 | f0b78ea6f1e9c0e8cbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)