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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 稈磑輊 | 111000100110001011100001111101001110011101101000 | e262e1f4e768 |
EUC-JP | 稈磑輊 | 111000111100001111100010111101101110110111001001 | e3c3e2f6edc9 |
UTF-8 | 稈磑輊 | 111001111010100010001000111001111010001110010001111010001011110010001010 | e7a888e7a391e8bc8a |
UHC | 稈?? | 11001010110110010011111100111111 | cad93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)