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 | ?脹??徹? | 0011111110010010101011110011111100111111100100110100111100111111 | 3f92af3f3f934f3f |
EUC-JP | ?脹??徹? | 0011111111000100101100010011111100111111110001011011000000111111 | 3fc4b13f3fc5b03f |
UTF-8 | 뤋脹큑뤋徹푛 | 111010111010010010001011111010001000010010111001111011011000000110010001111010111010010010001011111001011011111010111001111011011001000110011011 | eba48be884b9ed8191eba48be5beb9ed919b |
UHC | 뤋脹큑뤋徹푛 | 100011111011101111110011111011001011010001100001100011111011101111110100110010111011111001101000 | 8fbbf3ecb4618fbbf4cbbe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)