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 | 驕第凵竏ゥ蟄 | 1110100110000001100100011110011010011001100000011110001010001000101010011110010110101101 | e98191e69981e288a9e5ad |
EUC-JP | 驕第凵竏ゥ蟄 | 111100011110000111000010111010001101000111100001111000111110100010001110101010011110101010101111 | f1e1c2e8d1e1e3e88ea9eaaf |
UTF-8 | 驕第凵竏ゥ蟄 | 111010011010100110010101111001111010110010101100111001011000011110110101111001111010101110001111111011111011110110101001111010001001111110000100 | e9a995e7acace587b5e7ab8fefbda9e89f84 |
UHC | 驕第???蟄 | 110011101111011011110000101011110011111100111111001111111111011011011110 | cef6f0af3f3f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)