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 | 肢??? | 1000111010001000001111110011111100111111 | 8e883f3f3f |
EUC-JP | 肢??? | 1011101111101000001111110011111100111111 | bbe83f3f3f |
UTF-8 | 肢뀄렑렍 | 111010001000001010100010111010111000000010000100111010111010000010010001111010111010000010001101 | e882a2eb8084eba091eba08d |
UHC | 肢뀄렑렍 | 1111001010110110101100101110110110001110101001101000111010100011 | f2b6b2ed8ea68ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)