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 | 隅?信? | 100010111111011100111111100100000100110100111111 | 8bf73f904d3f |
EUC-JP | 隅?信? | 101101101111100100111111101111111010111000111111 | b6f93fbfae3f |
UTF-8 | 隅렱信렲 | 111010011001101010000101111010111010000010110001111001001011111110100001111010111010000010110010 | e99a85eba0b1e4bfa1eba0b2 |
UHC | 隅렱信렲 | 1110100111101010100011101011111011100011111000011000111010111111 | e9ea8ebee3e18ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)