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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??腋? | 10011000011000000011111100111111111000111111110000111111 | 98603f3fe3fc3f |
EUC-JP | 倭??腋? | 11001111110000010011111100111111111001101111111000111111 | cfc13f3fe6fe3f |
UTF-8 | 倭득쮵腋귻 | 111001011000000010101101111010111001001110011101111011001010111010110101111010001000010110001011111010101011011110111011 | e580adeb939decaeb5e8858beab7bb |
UHC | 倭득쮵腋귻 | 11101000110111101011010111100110101010001001001011100100111111011000001101000010 | e8deb5e6a892e4fd8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)