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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 粧??粧??B | 100011111100111100111111001111111000111111001111001111110011111101000010 | 8fcf3f3f8fcf3f3f42 |
EUC-JP | 粧??粧??B | 101111101101000100111111001111111011111011010001001111110011111101000010 | bed13f3fbed13f3f42 |
UTF-8 | 粧딈솿粧딈솿B | 11100111101100101010011111101011100101001000100011101100100001101011111111100111101100101010011111101011100101001000100011101100100001101011111101000010 | e7b2a7eb9488ec86bfe7b2a7eb9488ec86bf42 |
UHC | 粧딈솿粧딈솿B | 11101101111100101000101011101110100110011011001111101101111100101000101011101110100110011011001101000010 | edf28aee99b3edf28aee99b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)