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 | 鋿璽鳬鴫 | 1111101111011100100011101010001111101001111010011000111010110000 | fbdc8ea3e9e98eb0 |
EUC-JP | 鋿璽鳬鴫 | 100011111110010011010010101111001010010111110010111010111011110010110010 | 8fe4d2bca5f2ebbcb2 |
UTF-8 | 鋿璽鳬鴫 | 111010011000101110111111111001111001001010111101111010011011001110101100111010011011010010101011 | e98bbfe792bde9b3ace9b4ab |
UHC | ?璽?? | 0011111111011111110111100011111100111111 | 3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)