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 | 訷夊ャ晉、セ | 111110111010010010011010111010001010110010011101111001111010010010111110 | fba49ae8ac9de7a4be |
EUC-JP | 訷夊ャ晉、セ | 10001111110111011101010011010100111010101000111010101100110110101110100110001110101001001000111010111110 | 8fddd4d4ea8eacdae98ea48ebe |
UTF-8 | 訷夊ャ晉、セ | 111010001010100010110111111001011010010010001010111011111011110110101100111001101001100110001001111011111011110110100100111011111011110110111110 | e8a8b7e5a48aefbdace69989efbda4efbdbe |
UHC | ???晉?? | 00111111001111110011111111110010110010110011111100111111 | 3f3f3ff2cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)