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 | ?眸h | 0011111111100001110001101000001010001000 | 3fe1c68288 |
EUC-JP | 琨眸h | 10001111110011001010110011100010110010001010001111101000 | 8fccace2c8a3e8 |
UTF-8 | 琨眸h | 111001111001000010101000111001111001110010111000111011111011110110001000 | e790a8e79cb8efbd88 |
UHC | 琨眸h | 110011011110010011011001110000101010001111101000 | cde4d9c2a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)