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 | ??嬖? | 0011111100111111100110110110100100111111 | 3f3f9b693f |
EUC-JP | ??嬖? | 0011111100111111110101011100101000111111 | 3f3fd5ca3f |
UTF-8 | 뤈㉥嬖뤈 | 111010111010010010001000111000111000100110100101111001011010110010010110111010111010010010001000 | eba488e389a5e5ac96eba488 |
UHC | 뤈㉥嬖뤈 | 1000111110111000101010001011011011111000110001101000111110111000 | 8fb8a8b6f8c68fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)