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 | ?隅?遡 | 001111111000101111110111001111111001000101101011 | 3f8bf73f916b |
EUC-JP | ?隅?遡 | 001111111011011011111001001111111100000111001100 | 3fb6f93fc1cc |
UTF-8 | 잢隅잢遡 | 111011001001111010100010111010011001101010000101111011001001111010100010111010011000000110100001 | ec9ea2e99a85ec9ea2e981a1 |
UHC | 잢隅잢遡 | 1001111111110001111010011110101010011111111100011110000111001111 | 9ff1e9ea9ff1e1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)