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 | 0011111100111111001111111001100001100000001111110011111101000010 | 3f3f3f98603f3f42 |
EUC-JP | 縕??倭??B | 10001111110101001100001000111111001111111100111111000001001111110011111101000010 | 8fd4c23f3fcfc13f3f42 |
UTF-8 | 縕됵쉥倭듸숴B | 11100111101110001001010111101011100100001011010111101100100010011010010111100101100000001010110111101011100100111011100011101100100010001011010001000010 | e7b895eb90b5ec89a5e580adeb93b8ec88b442 |
UHC | 縕됵쉥倭듸숴B | 11101000101100101000100111101111101111011010101111101000110111101011010111101111101111011010010001000010 | e8b289efbdabe8deb5efbda442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)