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 | 洗??? | 1001000011110100001111110011111100111111 | 90f43f3f3f |
EUC-JP | 洗瘦?? | 11000000111101101000111111001101111101110011111100111111 | c0f68fcdf73f3f |
UTF-8 | 洗瘦쇑밅 | 111001101011010010010111111001111001100010100110111011001000011110010001111010111011000010000101 | e6b497e798a6ec8791ebb085 |
UHC | 洗瘦쇑밅 | 1110000110101001111000101011000110011001110000101001001101000011 | e1a9e2b199c29343 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)