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 | 螽帚蔵? | 11100101101010001001101111100010100100011010000000111111 | e5a89be291a03f |
EUC-JP | 螽帚蔵夆 | 111010101010101011010110111001001100001010100010100011111011100011100000 | eaaad6e4c2a28fb8e0 |
UTF-8 | 螽帚蔵夆 | 111010001001111010111101111001011011100010011010111010001001010010110101111001011010010010000110 | e89ebde5b89ae894b5e5a486 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)