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 | 顋菩唖裙 | 1110100011111001100101011110110010001000101000001110010111100011 | e8f995ec88a0e5e3 |
EUC-JP | 顋菩唖裙 | 1111000011111011110010101110111010110000101000101110101011100101 | f0fbcaeeb0a2eae5 |
UTF-8 | 顋菩唖裙 | 111010011010000110001011111010001000111110101001111001011001010010010110111010001010001110011001 | e9a18be88fa9e59496e8a399 |
UHC | ?菩?裙 | 001111111101110011001100001111111100111111011001 | 3fdccc3fcfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)