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 | ??癰?? | 001111110011111111100001100111100011111100111111 | 3f3fe19e3f3f |
EUC-JP | ??癰?? | 001111110011111111100001111111100011111100111111 | 3f3fe1fe3f3f |
UTF-8 | 롕렺癰롖렶 | 111010111010000110010101111010111010000010111010111001111001100110110000111010111010000110010110111010111010000010110110 | eba195eba0bae799b0eba196eba0b6 |
UHC | 롕렺癰롖렶 | 10001110110110011000111011000010111010001011100110001110110110101000111011000001 | 8ed98ec2e8b98eda8ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)