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 | ??運篩 | 001111110011111110001001010111101110001010111111 | 3f3f895ee2bf |
EUC-JP | ??運篩 | 001111110011111110110001101111111110010011000001 | 3f3fb1bfe4c1 |
UTF-8 | 林렭運篩 | 111011111010011110110100111010111010000010101101111010011000000110001011111001111010111110101001 | efa7b4eba0ade9818be7afa9 |
UHC | 林렭運篩 | 1110110011110111100011101011101011101010101000011101111011101000 | ecf78ebaeaa1dee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)