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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?映炫淅 | 00111111100010010110011011111011010100101001111111000110 | 3f8966fb529fc6 |
EUC-JP | ?映炫淅 | 0011111110110001110001111000111111001001110100111101111011001000 | 3fb1c78fc9d3dec8 |
UTF-8 | 밐映炫淅 | 111010111011000010010000111001101001100010100000111001111000001010101011111001101011011110000101 | ebb090e698a0e782abe6b785 |
UHC | 밐映炫淅 | 1001001101001000111001111011000111111010110110111110000010110010 | 9348e7b1fadbe0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)