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 | ゙寬。璽 | 1111001010100101110111101111101010101010101000011000111010100011 | f2a5defaaaa18ea3 |
EUC-JP | ?゙?。璽 | 0011111110001110110111100011111110001110101000011011110010100101 | 3f8ede3f8ea1bca5 |
UTF-8 | ゙寬。璽 | 111011101000011110011100111011111011111010011110111001011010111110101100111011111011110110100001111001111001001010111101 | ee879cefbe9ee5afacefbda1e792bd |
UHC | ??寬?璽 | 00111111001111111100111010110000001111111101111111011110 | 3f3fceb03fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)