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 | 頷疾錞 | 111010001111010110001110101111101111101111011011 | e8f58ebefbdb |
EUC-JP | 頷疾錞 | 11110000111101111011110011000000100011111110010011011100 | f0f7bcc08fe4dc |
UTF-8 | 頷疾錞 | 111010011010000010110111111001111001011010111110111010011000110010011110 | e9a0b7e796bee98c9e |
UHC | ?疾錞 | 0011111111110010111100001110001011110110 | 3ff2f0e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)