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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陂土陂土B | 111010001001100010010011011110011110100010011000100100110111100101000010 | e8989379e898937942 |
EUC-JP | 陂土陂土B | 111011111111100011000101110110101110111111111000110001011101101001000010 | eff8c5daeff8c5da42 |
UTF-8 | 陂土陂土B | 11101001100110011000001011100101100111001001111111101001100110011000001011100101100111001001111101000010 | e99982e59c9fe99982e59c9f42 |
UHC | 陂土陂土B | 111110011010111011110111110011111111100110101110111101111100111101000010 | f9aef7cff9aef7cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)