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 | 懿??牟 | 100111001111001000111111001111111001011010110100 | 9cf23f3f96b4 |
EUC-JP | 懿??牟 | 110110001111010000111111001111111100110010110110 | d8f43f3fccb6 |
UTF-8 | 懿쇤렞牟 | 111001101000011110111111111011001000011110100100111010111010000010011110111001111000100110011111 | e687bfec87a4eba09ee7899f |
UHC | 懿쇤렞牟 | 1110101111110011101111001110100110001110101011111101100110111111 | ebf3bce98eafd9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)