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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萸雜爵叱 | 1110010011001110111010001011011010001110110111011000111010110110 | e4cee8b68edd8eb6 |
EUC-JP | 萸雜爵叱 | 1110100011010000111100001011100010111100110111111011110010111000 | e8d0f0b8bcdfbcb8 |
UTF-8 | 萸雜爵叱 | 111010001001000010111000111010011001101110011100111001111000100010110101111001011000111110110001 | e890b8e99b9ce788b5e58fb1 |
UHC | 萸雜爵叱 | 1110101110101101111011011101101011101101110010011111001011101010 | ebadeddaedc9f2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)