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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韈カ雎ク鬪 | 1110100011100111101101101110100010110001101110001110100110101010 | e8e7b6e8b1b8e9aa |
EUC-JP | 韈カ雎ク鬪 | 11110000111010011000111010110110111100001011001110001110101110001111001010101100 | f0e98eb6f0b38eb8f2ac |
UTF-8 | 韈カ雎ク鬪 | 111010011001111110001000111011111011110110110110111010011001101110001110111011111011110110111000111010011010110010101010 | e99f88efbdb6e99b8eefbdb8e9acaa |
UHC | ??雎?鬪 | 00111111001111111110111011010001001111111111011111100011 | 3f3feed13ff7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)