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 | ???竊? | 001111110011111100111111111000101000011000111111 | 3f3f3fe2863f |
EUC-JP | ???竊? | 001111110011111100111111111000111110011000111111 | 3f3f3fe3e63f |
UTF-8 | 列룔굥竊둆 | 111011111010011010011100111010111010001110010100111010101011010110100101111001111010101110001010111010111001000110000110 | efa69ceba394eab5a5e7ab8aeb9186 |
UHC | 列룔굥竊둆 | 11100110111010101011011111100011100000101000101111101111101111001000101001000010 | e6eab7e3828befbc8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)