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 | 茯る魁蠎 | 1110010010101000100000101110100110001010010000001110010110111010 | e4a882e98a40e5ba |
EUC-JP | 茯る魁蠎 | 1110100010101010101001001110101110110011101000011110101010111100 | e8aaa4ebb3a1eabc |
UTF-8 | 茯る魁蠎 | 111010001000110010101111111000111000001010001011111010011010110110000001111010001010000010001110 | e88cafe3828be9ad81e8a08e |
UHC | 茯る魁? | 11011100110110101010101011101011110011101101101000111111 | dcdaaaebceda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)