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 | 悟??膺 | 100011001110010100111111001111111110010001011110 | 8ce53f3fe45e |
EUC-JP | 悟??膺 | 101110001110011100111111001111111110011110111111 | b8e73f3fe7bf |
UTF-8 | 悟귣굚膺 | 111001101000001010011111111010101011011110100011111010101011010110011010111010001000011010111010 | e6829feab7a3eab59ae886ba |
UHC | 悟귣굚膺 | 1110011111110110100000101110101110000010100000101110101111101100 | e7f682eb8282ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)