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 | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | ?燒}v?燒}vB | 0011111111100000100101100111110101110110001111111110000010010110011111010111011001000010 | 3fe0967d763fe0967d7642 |
EUC-JP | ?燒}v?燒}vB | 0011111111011111111101100111110101110110001111111101111111110110011111010111011001000010 | 3fdff67d763fdff67d7642 |
UTF-8 | 挻燒}v挻燒}vB | 1110011010001100101110111110011110000111100100100111110101110110111001101000110010111011111001111000011110010010011111010111011001000010 | e68cbbe787927d76e68cbbe787927d7642 |
UHC | 挻燒}v挻燒}vB | 11100110110010011110000111000000011111010111011011100110110010011110000111000000011111010111011001000010 | e6c9e1c07d76e6c9e1c07d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)