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 | 鉑゙ス鴫 | 1111101111001001110111101111000110001110101111011000111010110000 | fbc9def18ebd8eb0 |
EUC-JP | 鉑゙?ス鴫 | 10001111111000111110000110001110110111100011111110001110101111011011110010110010 | 8fe3e18ede3f8ebdbcb2 |
UTF-8 | 鉑゙ス鴫 | 111010011000100110010001111011111011111010011110111011101000010010001001111011111011110110111101111010011011010010101011 | e98991efbe9eee8489efbdbde9b4ab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)