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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | ?逝?vB | 001111111001000011000000001111110111011001000010 | 3f90c03f7642 |
EUC-JP | ?逝?vB | 001111111100000011000010001111110111011001000010 | 3fc0c23f7642 |
UTF-8 | 샬逝셰vB | 1110110010000011101011001110100110000000100111011110110010000101101100000111011001000010 | ec83ace9809dec85b07642 |
UHC | 샬逝셰vB | 1011110010100011111000001010011010111100110011100111011001000010 | bca3e0a6bcce7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)