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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 億????? | 10001001101011010011111100111111001111110011111100111111 | 89ad3f3f3f3f3f |
EUC-JP | 億??庾?? | 101100101010111100111111001111111000111110111100110011100011111100111111 | b2af3f3f8fbcce3f3f |
UTF-8 | 億덀끉庾삼쭚 | 111001011000010010000100111010111000110110000000111010111000000110001001111001011011101010111110111011001000001010111100111011001010110110011010 | e58484eb8d80eb8189e5babeec82bcecad9a |
UHC | 億덀끉庾삼쭚 | 111001011110001010001000111000111000010110111100111010101110110010111011111011111010011110010000 | e5e288e385bceaecbbefa790 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)