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 | 訝??節θ? | 111001100110001000111111001111111001000011011111100000111100011000111111 | e6623f3f90df83c63f |
EUC-JP | 訝??節θ? | 111010111100001100111111001111111100000011100001101001101100100000111111 | ebc33f3fc0e1a6c83f |
UTF-8 | 訝딉풑節θ꽢 | 1110100010101000100111011110101110010100100010011110110110010010100100011110011110101111100000001100111010111000111010101011110110100010 | e8a89deb9489ed9291e7af80ceb8eabda2 |
UHC | 訝딉풑節θ꽢 | 111001001011100010001010111011111011111010010101111011111011110110100101111010001000010010101111 | e4b88aefbe95efbda5e884af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)