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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉸ニ骼ー璽 | 1111101111001110110001101110100110001110101100001000111010100011 | fbcec6e98eb08ea3 |
EUC-JP | 鉸ニ骼ー璽 | 1000111111100011111100101000111011000110111100011110111010001110101100001011110010100101 | 8fe3f28ec6f1ee8eb0bca5 |
UTF-8 | 鉸ニ骼ー璽 | 111010011000100110111000111011111011111010000110111010011010101010111100111011111011110110110000111001111001001010111101 | e989b8efbe86e9aabcefbdb0e792bd |
UHC | ????璽 | 001111110011111100111111001111111101111111011110 | 3f3f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)