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 | 譽壽ュ主 | 11100110101000111001101011100110101011011000111011100101 | e6a39ae6ad8ee5 |
EUC-JP | 譽壽ュ主 | 1110110010100101110101001110100010001110101011011011110011100111 | eca5d4e88eadbce7 |
UTF-8 | 譽壽ュ主 | 111010001010110110111101111001011010001110111101111011111011110110101101111001001011100010111011 | e8adbde5a3bdefbdade4b8bb |
UHC | 譽壽?主 | 11100111111000101110000111111000001111111111000110101011 | e7e2e1f83ff1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)