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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 嚥〓?二?] | 100110101000101110000001101011000011111110010011111100010011111101011101 | 9a8b81ac3f93f13f5d |
EUC-JP | 嚥〓?二?] | 110100111110101110100010101011100011111111000110111100110011111101011101 | d3eba2ae3fc6f33f5d |
UTF-8 | 嚥〓돃二췘] | 11100101100110101010010111100011100000001001001111101011100011111000001111100100101110101000110011101100101101111001100001011101 | e59aa5e38093eb8f83e4ba8cecb7985d |
UHC | 嚥〓돃二췘] | 1110011010111111101000011110101110001001100101101110110010100011101011100101000101011101 | e6bfa1eb8996eca3ae515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)