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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 淫э?^ | 100010001111101010000100100011110011111101011110 | 88fa848f3f5e |
EUC-JP | 淫э?^ | 101100001111110010100111111011110011111101011110 | b0fca7ef3f5e |
UTF-8 | 淫э쫰^ | 111001101011011110101011110100011000110111101100101010111011000001011110 | e6b7abd18decabb05e |
UHC | 淫э쫰^ | 11101011111000101010110011101111101001101000100001011110 | ebe2acefa6885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)