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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 驕ス竏ャ逋コh | 11101001100000011011110111100010100010001010110011100111100110011011101001101000 | e981bde288ace799ba68 |
EUC-JP | 驕ス竏ャ逋コh | 11110001111000011000111010111101111000111110100010001110101011001110110111111001100011101011101001101000 | f1e18ebde3e88eacedf98eba68 |
UTF-8 | 驕ス竏ャ逋コh | 11101001101010011001010111101111101111011011110111100111101010111000111111101111101111011010110011101001100000001000101111101111101111011011101001101000 | e9a995efbdbde7ab8fefbdace9808befbdba68 |
UHC | 驕???逋?h | 110011101111011000111111001111110011111111111000111001110011111101101000 | cef63f3f3ff8e73f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)