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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錵詞握 | 111010000100010110001110100011001000100010101100 | e8458e8c88ac |
EUC-JP | 錵詞握 | 111011111010011010111011111011001011000010101110 | efa6bbecb0ae |
UTF-8 | 錵詞握 | 111010011000110010110101111010001010100110011110111001101000111110100001 | e98cb5e8a99ee68fa1 |
UHC | ?詞握 | 0011111111011110111100101110010011000100 | 3fdef2e4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)