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 | ?嵩胥終 | 00111111100100001001001111100011111011111000111101001001 | 3f9093e3ef8f49 |
EUC-JP | ?嵩胥終 | 00111111101111111111001111100110111100011011110110101010 | 3fbff3e6f1bdaa |
UTF-8 | 룵嵩胥終 | 111010111010001110110101111001011011010110101001111010001000001110100101111001111011010110000010 | eba3b5e5b5a9e883a5e7b582 |
UHC | 룵嵩胥終 | 1000111110101010111000111010000111100000101000011111000011111011 | 8faae3a1e0a1f0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)