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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 陰◇v陰◇vB | 1000100101000001100000011001111001110110100010010100000110000001100111100111011001000010 | 8941819e768941819e7642 |
EUC-JP | 陰◇v陰◇vB | 1011000110100010101000011111111001110110101100011010001010100001111111100111011001000010 | b1a2a1fe76b1a2a1fe7642 |
UTF-8 | 陰◇v陰◇vB | 111010011001100110110000111000101001011110000111011101101110100110011001101100001110001010010111100001110111011001000010 | e999b0e2978776e999b0e297877642 |
UHC | 陰◇v陰◇vB | 1110101111100100101000011101111001110110111010111110010010100001110111100111011001000010 | ebe4a1de76ebe4a1de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)