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 | 蔟磯┓袰 | 1110010011110101100010001110100110000100101011011110010111011100 | e4f588e984ade5dc |
EUC-JP | 蔟磯┓袰 | 1110100011110111101100001110101110101000101011111110101011011110 | e8f7b0eba8afeade |
UTF-8 | 蔟磯┓袰 | 111010001001010010011111111001111010001110101111111000101001010010010011111010001010001010110000 | e8949fe7a3afe29493e8a2b0 |
UHC | ?磯┓? | 001111111101000110110100101001101010111100111111 | 3fd1b4a6af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)