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 | 際?凋?彬 | 1000110111011011001111111001001010011100001111111001010101101010 | 8ddb3f929c3f956a |
EUC-JP | 際?凋?彬 | 1011101011011101001111111100001111111100001111111100100111001011 | badd3fc3fc3fc9cb |
UTF-8 | 際렑凋대彬 | 111010011001101010011011111010111010000010010001111001011000011110001011111010111000110010000000111001011011110110101100 | e99a9beba091e5878beb8c80e5bdac |
UHC | 際렑凋대彬 | 11110000101101111000111010100110111100001011110110110100111010111101111010101111 | f0b78ea6f0bdb4ebdeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)