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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訷啾軏蹴 | 1111101110100100100110100110000111111011101100101000111101010010 | fba49a61fbb28f52 |
EUC-JP | 訷啾軏蹴 | 10001111110111011101010011010011110000101000111111100000110110011011110110110011 | 8fddd4d3c28fe0d9bdb3 |
UTF-8 | 訷啾軏蹴 | 111010001010100010110111111001011001010110111110111010001011101110001111111010001011100110110100 | e8a8b7e595bee8bb8fe8b9b4 |
UHC | ???蹴 | 0011111100111111001111111111010111101101 | 3f3f3ff5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)