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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 萵゙靍シ\ | 11100100111000001101111011111011111100001011110001011100 | e4e0defbf0bc5c |
EUC-JP | 萵゙?シ\ | 1110100011100010100011101101111000111111100011101011110001011100 | e8e28ede3f8ebc5c |
UTF-8 | 萵゙靍シ\ | 11101000100100001011010111101111101111101001111011101001100111011000110111101111101111011011110001011100 | e890b5efbe9ee99d8defbdbc5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)