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 | 鴣自失 | 1110100111110011100011101010100111110000101111101000111010111000 | e9f38ea9f0be8eb8 |
EUC-JP | 鴣自?失 | 11110010111101011011110010101011001111111011110010111010 | f2f5bcab3fbcba |
UTF-8 | 鴣自失 | 111010011011010010100011111010001000011110101010111011101000000110111101111001011010010010110001 | e9b4a3e887aaee81bde5a4b1 |
UHC | ?自?失 | 001111111110110110111011001111111110001111110111 | 3fedbb3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)