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 | ???辱 | 0011111100111111001111111001000001001010 | 3f3f3f904a |
EUC-JP | 倻??辱 | 10001111101100011111011000111111001111111011111110101011 | 8fb1f63f3fbfab |
UTF-8 | 倻븅눈辱 | 111001011000000010111011111010111011100010000101111010111000100010001000111010001011111010110001 | e580bbebb885eb8888e8beb1 |
UHC | 倻븅눈辱 | 1110010110100110101110101110100110110100101010111110100110110100 | e5a6bae9b4abe9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)