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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 種?蹄逢?孟 | 10001110111011010011111110010010111110111000100010100111001111111001011011010000 | 8eed3f92fb88a73f96d0 |
EUC-JP | 種?蹄逢?孟 | 10111100111011110011111111000100111111011011000010101001001111111100110011010010 | bcef3fc4fdb0a93fccd2 |
UTF-8 | 種렕蹄逢렯孟 | 111001111010100010101110111010111010000010010101111010001011100110000100111010011000000010100010111010111010000010101111111001011010110110011111 | e7a8aeeba095e8b984e980a2eba0afe5ad9f |
UHC | 種렕蹄逢렯孟 | 111100001111101010001110101010101111000010110100110111001111000110001110101111001101100011101011 | f0fa8eaaf0b4dcf18ebcd8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)