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 | ?漿?? | 0011111110011111111101110011111100111111 | 3f9ff73f3f |
EUC-JP | ?漿?? | 0011111111011110111110010011111100111111 | 3fdef93f3f |
UTF-8 | 뤗漿숌툗 | 111010111010010010010111111001101011110010111111111011001000100010001100111011011000100010010111 | eba497e6bcbfec888ced8897 |
UHC | 뤗漿숌툗 | 1000111111000111111011011110110010111100111100101011100010001110 | 8fc7edecbcf2b88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)