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 | 韜ソ豸茨ス | 1110100011101001101111111110011010110110100010001110111110111101 | e8e9bfe6b688efbd |
EUC-JP | 韜ソ豸茨ス | 11110000111010111000111010111111111011001011100010110000111100011000111010111101 | f0eb8ebfecb8b0f18ebd |
UTF-8 | 韜ソ豸茨ス | 111010011001111110011100111011111011110110111111111010001011000110111000111010001000110010101000111011111011110110111101 | e99f9cefbdbfe8b1b8e88ca8efbdbd |
UHC | 韜??茨? | 11010100101101110011111100111111111011011011110000111111 | d4b73f3fedbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)