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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??炤? | 001111110011111110001111110010011101001000111111 | 3f3f8fc9d23f |
UTF-8 | 롆렊炤렺 | 111010111010000110000110111010111010000010001010111001111000001010100100111010111010000010111010 | eba186eba08ae782a4eba0ba |
UHC | 롆렊炤렺 | 1000111011001100100011101010000111100001101111111000111011000010 | 8ecc8ea1e1bf8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)