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 | ?j?? | 0011111110000010100010100011111100111111 | 3f828a3f3f |
EUC-JP | ?j?庾 | 00111111101000111110101000111111100011111011110011001110 | 3fa3ea3f8fbcce |
UTF-8 | 力j퉮庾 | 111011111010011010001010111011111011110110001010111011011000100110101110111001011011101010111110 | efa68aefbd8aed89aee5babe |
UHC | 力j퉮庾 | 1110011010110011101000111110101010111001100001101110101011101100 | e6b3a3eab986eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)