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 | 蔵速蔵臓蔵他 | 100100011010000010010001101011001001000110100000100100011001111110010001101000001001000110111100 | 91a091ac91a0919f91a091bc |
EUC-JP | 蔵速蔵臓蔵他 | 110000101010001011000010101011101100001010100010110000101010000111000010101000101100001010111110 | c2a2c2aec2a2c2a1c2a2c2be |
UTF-8 | 蔵速蔵臓蔵他 | 111010001001010010110101111010011000000010011111111010001001010010110101111010001000011110010011111010001001010010110101111001001011101110010110 | e894b5e9809fe894b5e88793e894b5e4bb96 |
UHC | ?速???他 | 0011111111100001110111000011111100111111001111111111011011100010 | 3fe1dc3f3f3ff6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)