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 | 型荳┃?絲? | 10001100010111101110010010111000100001001010101100111111111000110100111000111111 | 8c5ee4b884ab3fe34e3f |
EUC-JP | 型荳┃?絲? | 10110111101111111110100010111010101010001010110100111111111001011010111100111111 | b7bfe8baa8ad3fe5af3f |
UTF-8 | 型荳┃灐絲렡 | 111001011001111010001011111010001000110110110011111000101001010010000011111001111000000110010000111001111011010110110010111010111010000010100001 | e59e8be88db3e29483e78190e7b5b2eba0a1 |
UHC | 型荳┃灐絲렡 | 111110101111111011010100111001011010011010101101111110111010010111011110111010101000111010110010 | fafed4e5a6adfba5deea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)