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 | 〓?、曝コ | 100000011010110000111111100000010100000110010100100110001000001101010010 | 81ac3f814194988352 |
EUC-JP | 〓?、曝コ | 101000101010111000111111101000011010001011000111111110001010010110110011 | a2ae3fa1a2c7f8a5b3 |
UTF-8 | 〓룴、曝コ | 111000111000000010010011111010111010001110110100111000111000000010000001111001101001101110011101111000111000001010110011 | e38093eba3b4e38081e69b9de382b3 |
UHC | 〓룴、曝コ | 10100001111010111000111110101001101000011010001011111000111011011010101110110011 | a1eb8fa9a1a2f8edabb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)