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 | 鋓璽鱧鹿 | 1111101111010110100011101010001111101001111001011000111010101101 | fbd68ea3e9e58ead |
EUC-JP | 鋓璽鱧鹿 | 100011111110010010111111101111001010010111110010111001111011110010101111 | 8fe4bfbca5f2e7bcaf |
UTF-8 | 鋓璽鱧鹿 | 111010011000101110010011111001111001001010111101111010011011000110100111111010011011100110111111 | e98b93e792bde9b1a7e9b9bf |
UHC | ?璽?鹿 | 001111111101111111011110001111111101011011100011 | 3fdfde3fd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)