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 | 1001011101010100001111110111110101110110100101110101010000111111011111010111011001000010 | 97543f7d7697543f7d7642 |
EUC-JP | 裕?}v裕?}vB | 1100110110110101001111110111110101110110110011011011010100111111011111010111011001000010 | cdb53f7d76cdb53f7d7642 |
UTF-8 | 裕쿻}v裕쿻}vB | 1110100010100011100101011110110010111111101110110111110101110110111010001010001110010101111011001011111110111011011111010111011001000010 | e8a395ecbfbb7d76e8a395ecbfbb7d7642 |
UHC | 裕쿻}v裕쿻}vB | 11101011101011101011001101101110011111010111011011101011101011101011001101101110011111010111011001000010 | ebaeb36e7d76ebaeb36e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)