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 | 陲ア蟶ク濶ョ | 111010001010001010110001111001011011100010111000111010001000100110101110 | e8a2b1e5b8b8e889ae |
EUC-JP | 陲ア蟶ク濶ョ | 111100001010010010001110101100011110101010111010100011101011100011101111111010011000111010101110 | f0a48eb1eaba8eb8efe98eae |
UTF-8 | 陲ア蟶ク濶ョ | 111010011001100110110010111011111011110110110001111010001001111110110110111011111011110110111000111001101011111110110110111011111011110110101110 | e999b2efbdb1e89fb6efbdb8e6bfb6efbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)