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 | 癲??媛? | 11100001100111110011111100111111100101010101000100111111 | e19f3f3f95513f |
EUC-JP | 癲??媛? | 11100010101000010011111100111111110010011011001000111111 | e2a13f3fc9b23f |
UTF-8 | 癲곷맓媛괕 | 111001111001100110110010111010101011001110110111111010111010011110010011111001011010101010011011111010101011010010010101 | e799b2eab3b7eba793e5aa9beab495 |
UHC | 癲곷맓媛괕 | 11101111101001101000000111101011100100001010010111101010101100001000001001000010 | efa681eb90a5eab08242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)