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 | ??聆? | 0011111100111111111000111101011100111111 | 3f3fe3d73f |
EUC-JP | ??聆? | 0011111100111111111001101101100100111111 | 3f3fe6d93f |
UTF-8 | 卽흘聆卽 | 111001011000110110111101111011011001110110011000111010001000000110000110111001011000110110111101 | e58dbded9d98e88186e58dbd |
UHC | 卽흘聆卽 | 1111000111101101110010001110101011010110110000001111000111101101 | f1edc8ead6c0f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)