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 | 幼?誣?擺 | 1001011101100011001111111110011001110111001111111001110110110010 | 97633fe6773f9db2 |
EUC-JP | 幼?誣?擺 | 1100110111000100001111111110101111011000001111111101101010110100 | cdc43febd83fdab4 |
UTF-8 | 幼쯩誣뤈擺 | 111001011011100110111100111011001010111110101001111010001010101010100011111010111010010010001000111001101001001110111010 | e5b9bcecafa9e8aaa3eba488e693ba |
UHC | 幼쯩誣뤈擺 | 11101010111010101100001011101101110110011111010010001111101110001111011111101100 | eaeac2edd9f48fb8f7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)