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 | 蠎簿興縲 | 1110010110111010100101011110101110001011101110111110001110000000 | e5ba95eb8bbbe380 |
EUC-JP | 蠎簿興縲 | 1110101010111100110010101110110110110110101111011110010111100000 | eabccaedb6bde5e0 |
UTF-8 | 蠎簿興縲 | 111010001010000010001110111001111011000010111111111010001000100010001000111001111011100010110010 | e8a08ee7b0bfe88888e7b8b2 |
UHC | ?簿興? | 001111111101110110101101111111011110100100111111 | 3fddadfde93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)