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 | ⅶ璽叱 | 1111101001000110100011101010001111110000101011011000111010110110 | fa468ea3f0ad8eb6 |
EUC-JP | ?璽?叱 | 001111111011110010100101001111111011110010111000 | 3fbca53fbcb8 |
UTF-8 | ⅶ璽叱 | 111000101000010110110110111001111001001010111101111011101000000110101100111001011000111110110001 | e285b6e792bdee81ace58fb1 |
UHC | ⅶ璽?叱 | 10100101101001111101111111011110001111111111001011101010 | a5a7dfde3ff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)