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 | 怨????捲 | 1000100110000101001111110011111100111111001111111000110010011110 | 89853f3f3f3f8c9e |
EUC-JP | 怨????捲 | 1011000111100101001111110011111100111111001111111011011111111110 | b1e53f3f3f3fb7fe |
UTF-8 | 怨뜸쨋롃뤷捲 | 111001101000000010101000111010111001110010111000111011001010100010001011111010111010000110000011111010111010010010110111111001101000110110110010 | e680a8eb9cb8eca88beba183eba4b7e68db2 |
UHC | 怨뜸쨋롃뤷捲 | 111010101011001110110110111001001100001010110110100011101100101010001111111001011100111111101100 | eab3b6e4c2b68eca8fe5cfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)