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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 姨??~ | 1001101101001000001111110011111101111110 | 9b483f3f7e |
EUC-JP | 姨??~ | 1101010110101001001111110011111101111110 | d5a93f3f7e |
UTF-8 | 姨먯찈~ | 11100101101001111010100011101011101010001010111111101100101100001000100001111110 | e5a7a8eba8afecb0887e |
UHC | 姨먯찈~ | 11101100101010011001000011101100101010011000110001111110 | eca990eca98c7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)