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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猿?俎? | 100010011000111000111111100110001101011100111111 | 898e3f98d73f |
EUC-JP | 猿?俎? | 101100011110111000111111110100001101100100111111 | b1ee3fd0d93f |
UTF-8 | 猿렪俎끽 | 111001111000110010111111111010111010000010101010111001001011111110001110111010111000000110111101 | e78cbfeba0aae4bf8eeb81bd |
UHC | 猿렪俎끽 | 1110101010111011100011101011100011110000101110111011001110100011 | eabb8eb8f0bbb3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)