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 | 甞蓚蓁畤 | 1110000101010010111001001110100111100100111010111110000101011110 | e152e4e9e4ebe15e |
EUC-JP | 甞蓚蓁畤 | 1110000110110011111010001110101111101000111011011110000110111111 | e1b3e8ebe8ede1bf |
UTF-8 | 甞蓚蓁畤 | 111001111001010010011110111010001001001110011010111010001001001110000001111001111001010110100100 | e7949ee8939ae89381e795a4 |
UHC | ?蓚?? | 0011111111100010101111100011111100111111 | 3fe2be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)