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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??依→ | 1110000110011111001111110011111110001000110010111000000110101000 | e19f3f3f88cb81a8 |
EUC-JP | 癲??依→ | 1110001010100001001111110011111110110000110011011010001010101010 | e2a13f3fb0cda2aa |
UTF-8 | 癲룹빖依→ | 111001111001100110110010111010111010001110111001111010111011100110010110111001001011111010011101111000101000011010010010 | e799b2eba3b9ebb996e4be9de28692 |
UHC | 癲룹빖依→ | 11101111101001101011011111101100100101011011100011101011111011101010000111100110 | efa6b7ec95b8ebeea1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)