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 | 100010001111011101111101011101101000100011110111011111010111011001000010 | 88f77d7688f77d7642 |
SJIS-WIN | ?÷}v?÷}vB | 0011111110000001100000000111110101110110001111111000000110000000011111010111011001000010 | 3f81807d763f81807d7642 |
EUC-JP | ?÷}v?÷}vB | 0011111110100001111000000111110101110110001111111010000111100000011111010111011001000010 | 3fa1e07d763fa1e07d7642 |
UTF-8 | ÷}v÷}vB | 11000010100010001100001110110111011111010111011011000010100010001100001110110111011111010111011001000010 | c288c3b77d76c288c3b77d7642 |
UHC | ?÷}v?÷}vB | 0011111110100001110000000111110101110110001111111010000111000000011111010111011001000010 | 3fa1c07d763fa1c07d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)