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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 栓瀧棍 | 100100001111000010010001111010111001111010011110 | 90f091eb9e9e |
EUC-JP | 栓瀧棍 | 110000001111001011000010111011011101101111111110 | c0f2c2eddbfe |
UTF-8 | 栓瀧棍 | 111001101010000010010011111001111000000010100111111001101010001110001101 | e6a093e780a7e6a38d |
UHC | 栓瀧棍 | 111011101111101111010110111010011100110111100010 | eefbd6e9cde2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)