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 | 莚篆ヘム | 111001001010110111100010101111011100110111010001 | e4ade2bdcdd1 |
EUC-JP | 莚篆ヘム | 1110100010101111111001001011111110001110110011011000111011010001 | e8afe4bf8ecd8ed1 |
UTF-8 | 莚篆ヘム | 111010001000111010011010111001111010111110000110111011111011111010001101111011111011111010010001 | e88e9ae7af86efbe8defbe91 |
UHC | ?篆?? | 0011111111101111101010100011111100111111 | 3fefaa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)