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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-WIN | ???倭??Z | 0011111100111111001111111001100001100000001111110011111101011010 | 3f3f3f98603f3f5a |
EUC-JP | 縕??倭??Z | 10001111110101001100001000111111001111111100111111000001001111110011111101011010 | 8fd4c23f3fcfc13f3f5a |
UTF-8 | 縕딉슛倭듸숴Z | 11100111101110001001010111101011100101001000100111101100100010101001101111100101100000001010110111101011100100111011100011101100100010001011010001011010 | e7b895eb9489ec8a9be580adeb93b8ec88b45a |
UHC | 縕딉슛倭듸숴Z | 11101000101100101000101011101111101111011011100011101000110111101011010111101111101111011010010001011010 | e8b28aefbdb8e8deb5efbda45a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)