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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 禧烱祚猝LB | 11100010010101011110000001110111111000100100111011100000110010100100110001000010 | e255e077e24ee0ca4c42 |
EUC-JP | 禧烱祚猝LB | 11100011101101101101111111011000111000111010111111100000110011000100110001000010 | e3b6dfd8e3afe0cc4c42 |
UTF-8 | 禧烱祚猝LB | 1110011110100110101001111110011110000011101100011110011110100101100110101110011110001100100111010100110001000010 | e7a6a7e783b1e7a59ae78c9d4c42 |
UHC | 禧烱祚猝LB | 11111101111110111100110011011110111100001101010011110000111100010100110001000010 | fdfbccdef0d4f0f14c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)