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 | 曄μ??? | 10011110010000001000001111001010001111110011111100111111 | 9e4083ca3f3f3f |
EUC-JP | 曄μ??? | 11011011101000011010011011001100001111110011111100111111 | dba1a6cc3f3f3f |
UTF-8 | 曄μ뮁紐퀯 | 1110011010011011100001001100111010111100111010111010111010000001111011111010011110001111111011011000000010101111 | e69b84cebcebae81efa78fed80af |
UHC | 曄μ뮁紐퀯 | 11100111101001011010010111101100100100101001000011101011101010101011010001000010 | e7a5a5ec9290ebaab442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)