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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 崖ル? | 1000101001010010100000111000101100111111 | 8a52838b3f |
EUC-JP | 崖ル? | 1011001110110011101001011110101100111111 | b3b3a5eb3f |
UTF-8 | 崖ル뜪 | 111001011011010010010110111000111000001110101011111010111001110010101010 | e5b496e383abeb9caa |
UHC | 崖ル뜪 | 111001001111000010101011111010111000110110101011 | e4f0abeb8dab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)