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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 止?姨? | 100011100111111000111111100110110100100000111111 | 8e7e3f9b483f |
EUC-JP | 止?姨? | 101110111101111100111111110101011010100100111111 | bbdf3fd5a93f |
UTF-8 | 止렞姨렚 | 111001101010110110100010111010111010000010011110111001011010011110101000111010111010000010011010 | e6ada2eba09ee5a7a8eba09a |
UHC | 止렞姨렚 | 1111001010101101100011101010111111101100101010011000111010101101 | f2ad8eafeca98ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)