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 | 誾レ鞐カ | 111110111010011111011010111010001101111010110110 | fba7dae8deb6 |
EUC-JP | 誾レ鞐カ | 100011111101111010100100100011101101101011110000111000001000111010110110 | 8fdea48edaf0e08eb6 |
UTF-8 | 誾レ鞐カ | 111010001010101010111110111011111011111010011010111010011001111010010000111011111011110110110110 | e8aabeefbe9ae99e90efbdb6 |
UHC | 誾??? | 1110101111011101001111110011111100111111 | ebdd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)