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 | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 練쇔ㅁv練쇔ㅁvB | 111011111010011010010110111011001000011110010100111000111000010110000001011101101110111110100110100101101110110010000111100101001110001110000101100000010111011001000010 | efa696ec8794e3858176efa696ec8794e385817642 |
UHC | 練쇔ㅁv練쇔ㅁvB | 111001101101111110111100111001011010010010110001011101101110011011011111101111001110010110100100101100010111011001000010 | e6dfbce5a4b176e6dfbce5a4b17642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)