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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 岳??應ュ? | 100010100111100000111111001111111001110011100100100000111000010100111111 | 8a783f3f9ce483853f |
EUC-JP | 岳??應ュ? | 101100111101100100111111001111111101100011100110101001011110010100111111 | b3d93f3fd8e6a5e53f |
UTF-8 | 岳됰뱾應ュ냶 | 111001011011001010110011111010111001000010110000111010111011000110111110111001101000011110001001111000111000001110100101111010111000001110110110 | e5b2b3eb90b0ebb1bee68789e383a5eb83b6 |
UHC | 岳됰뱾應ュ냶 | 111001001011111110001001111010111001001110100100111010111110101110101011111001011000011010000110 | e4bf89eb93a4ebebabe58686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)