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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 嚥〓?誼?~ | 100110101000101110000001101011000011111110001011011000100011111101111110 | 9a8b81ac3f8b623f7e |
EUC-JP | 嚥〓?誼?~ | 110100111110101110100010101011100011111110110101110000110011111101111110 | d3eba2ae3fb5c33f7e |
UTF-8 | 嚥〓맧誼₄~ | 11100101100110101010010111100011100000001001001111101011101001111010011111101000101010101011110011100010100000101000010001111110 | e59aa5e38093eba7a7e8aabce282847e |
UHC | 嚥〓맧誼₄~ | 1110011010111111101000011110101110010000101100001110101111111110101010011111111001111110 | e6bfa1eb90b0ebfea9fe7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)