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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 牀?}牀?{^ | 111000001010110000111111011111011110000010101100001111110111101101011110 | e0ac3f7de0ac3f7b5e |
EUC-JP | 牀?}牀?{^ | 111000001010111000111111011111011110000010101110001111110111101101011110 | e0ae3f7de0ae3f7b5e |
UTF-8 | 牀왆}牀왆{^ | 111001111000100110000000111011001001100110000110011111011110011110001001100000001110110010011001100001100111101101011110 | e78980ec99867de78980ec99867b5e |
UHC | 牀왆}牀왆{^ | 1101111111010001100111101011100001111101110111111101000110011110101110000111101101011110 | dfd19eb87ddfd19eb87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)