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 | 湿璽湿灼 | 1000111010111100100011101010001110001110101111001000111011011100 | 8ebc8ea38ebc8edc |
EUC-JP | 湿璽湿灼 | 1011110010111110101111001010010110111100101111101011110011011110 | bcbebca5bcbebcde |
UTF-8 | 湿璽湿灼 | 111001101011100110111111111001111001001010111101111001101011100110111111111001111000000110111100 | e6b9bfe792bde6b9bfe781bc |
UHC | ?璽?灼 | 001111111101111111011110001111111110110111000111 | 3fdfde3fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)