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 | 獄??裔? | 10001101100101100011111100111111111001011110000100111111 | 8d963f3fe5e13f |
EUC-JP | 獄??裔? | 10111001111101100011111100111111111010101110001100111111 | b9f63f3feae33f |
UTF-8 | 獄띄㉡裔줒 | 111001111000110110000100111010111001110110000100111000111000100110100001111010001010001110010100111011001010010010010010 | e78d84eb9d84e389a1e8a394eca492 |
UHC | 獄띄㉡裔줒 | 11101000101010111011011011100111101010001011001011100111111000001010001001000010 | e8abb6e7a8b2e7e0a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)