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 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-WIN | 殆g盡z | 10010110011101111000001010000111111000011011011001111010 | 96778287e1b67a |
EUC-JP | 殆g盡z | 11001011110110001010001111100111111000101011100001111010 | cbd8a3e7e2b87a |
UTF-8 | 殆g盡z | 11100110101011101000011011101111101111011000011111100111100110111010000101111010 | e6ae86efbd87e79ba17a |
UHC | 殆g盡z | 11110111101111111010001111100111111100101101011101111010 | f7bfa3e7f2d77a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)