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 | 獻蓍蓁 | 111000001101100111100100111001111110010011101011 | e0d9e4e7e4eb |
EUC-JP | 獻蓍蓁 | 111000001101101111101000111010011110100011101101 | e0dbe8e9e8ed |
UTF-8 | 獻蓍蓁 | 111001111000110110111011111010001001001110001101111010001001001110000001 | e78dbbe8938de89381 |
UHC | 獻蓍? | 1111101011001100111000111100100100111111 | facce3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)