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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ゚マ遘゚マヤァ | 1101111111001111111001111010011111011111110011111101010010100111 | dfcfe7a7dfcfd4a7 |
EUC-JP | ゚マ遘゚マヤァ | 1000111011011111100011101100111111101110101010011000111011011111100011101100111110001110110101001000111010100111 | 8edf8ecfeea98edf8ecf8ed48ea7 |
UTF-8 | ゚マ遘゚マヤァ | 111011111011111010011111111011111011111010001111111010011000000110011000111011111011111010011111111011111011111010001111111011111011111010010100111011111011110110100111 | efbe9fefbe8fe98198efbe9fefbe8fefbe94efbda7 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)