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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚥〓?議?? | 100110101000101110000001101011000011111110001011011000110011111100111111 | 9a8b81ac3f8b633f3f |
EUC-JP | 嚥〓Ŧ議?? | 1101001111101011101000101010111010001111101010011010111110110101110001000011111100111111 | d3eba2ae8fa9afb5c43f3f |
UTF-8 | 嚥〓Ŧ議끺뺐 | 1110010110011010101001011110001110000000100100111100010110100110111010001010110110110000111010111000000110111010111010111011101010010000 | e59aa5e38093c5a6e8adb0eb81baebba90 |
UHC | 嚥〓Ŧ議끺뺐 | 111001101011111110100001111010111010100010101110111011001010000110000101111001001011101110110000 | e6bfa1eba8aeeca185e4bbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)