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 | 驍丞凄 | 111010011000001010001111111001011001000010100110 | e9828fe590a6 |
EUC-JP | 驍丞凄 | 111100011110001010111110111001111100000010101000 | f1e2bee7c0a8 |
UTF-8 | 驍丞凄 | 111010011010100110001101111001001011100010011110111001011000011110000100 | e9a98de4b89ee58784 |
UHC | 驍丞凄 | 111111011010010011100011101010101111010010100010 | fda4e3aaf4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)