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 | 蝨??? | 1110010110011100001111110011111100111111 | e59c3f3f3f |
EUC-JP | 蝨??瀯 | 11101001111111000011111100111111100011111100100110110010 | e9fc3f3f8fc9b2 |
UTF-8 | 蝨덊뢖瀯 | 111010001001110110101000111010111000110110001010111010111010001010010110111001111000000010101111 | e89da8eb8d8aeba296e780af |
UHC | 蝨덊뢖瀯 | 1110001110100100100010001110110110001111010100011110011110111011 | e3a488ed8f51e7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)