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 | 梓?齎 | 1000100010110010001111111110011011011000 | 88b23fe6d8 |
EUC-JP | 梓?齎 | 1011000010110100001111111110110011011010 | b0b43fecda |
UTF-8 | 梓렒齎 | 111001101010001010010011111010111010000010010010111010011011110110001110 | e6a293eba092e9bd8e |
UHC | 梓렒齎 | 111011101010100110001110101001111110111010110010 | eea98ea7eeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)