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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 倭??要よ?B | 10011000011000000011111100111111100101110111011010000010111001100011111101000010 | 98603f3f977682e63f42 |
EUC-JP | 倭??要よ?B | 11001111110000010011111100111111110011011101011110100100111010000011111101000010 | cfc13f3fcdd7a4e83f42 |
UTF-8 | 倭듸슛要よ섞B | 11100101100000001010110111101011100100111011100011101100100010101001101111101000101001101000000111100011100000101000100011101100100001001001111001000010 | e580adeb93b8ec8a9be8a681e38288ec849e42 |
UHC | 倭듸슛要よ섞B | 11101000110111101011010111101111101111011011100011101001101010011010101011101000101111001010111101000010 | e8deb5efbdb8e9a9aae8bcaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)