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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 膠窮卯k | 11100100010100001000101110000111100010010100101101101011 | e4508b87894b6b |
EUC-JP | 膠窮卯k | 11100111101100011011010111100111101100011010110001101011 | e7b1b5e7b1ac6b |
UTF-8 | 膠窮卯k | 11101000100001101010000011100111101010101010111011100101100011011010111101101011 | e886a0e7aaaee58daf6b |
UHC | 膠窮卯k | 11001110111011111100111111100011110110011101011001101011 | ceefcfe3d9d66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)