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 | 貉假セ達 | 11100110101110011001100011101111101111101001001001000010 | e6b998efbe9242 |
EUC-JP | 貉假セ達 | 1110110010111011110100001111000110001110101111101100001110100011 | ecbbd0f18ebec3a3 |
UTF-8 | 貉假セ達 | 111010001011001010001001111001011000000110000111111011111011110110111110111010011000000110010100 | e8b289e58187efbdbee98194 |
UHC | ?假?達 | 001111111100101010100011001111111101001110111001 | 3fcaa33fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)