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 | 淅林輦淺 | 1001111111000110100101111101000111100111011100101001111111000111 | 9fc697d1e7729fc7 |
EUC-JP | 淅林輦淺 | 1101111011001000110011101101001111101101110100111101111011001001 | dec8ced3edd3dec9 |
UTF-8 | 淅林輦淺 | 111001101011011110000101111001101001111010010111111010001011110010100110111001101011011110111010 | e6b785e69e97e8bca6e6b7ba |
UHC | 淅林輦淺 | 1110000010110010110101111111100111010110101001101111010010111100 | e0b2d7f9d6a6f4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)