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 | 111001111000001010010010011011101110011110000010100100100110111001000010 | e782926ee782926e42 |
EUC-JP | 轤地轤地B | 111011011110001011000011110011111110110111100010110000111100111101000010 | ede2c3cfede2c3cf42 |
UTF-8 | 轤地轤地B | 11101000101111011010010011100101100111001011000011101000101111011010010011100101100111001011000001000010 | e8bda4e59cb0e8bda4e59cb042 |
UHC | ?地?地B | 00111111111100101010001000111111111100101010001001000010 | 3ff2a23ff2a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)