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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???骸B | 001111110011111100111111100010100101101101000010 | 3f3f3f8a5b42 |
EUC-JP | ???骸B | 001111110011111100111111101100111011110001000010 | 3f3f3fb3bc42 |
UTF-8 | 뤓噓뤓骸B | 11101011101001001001001111100101100110011001001111101011101001001001001111101001101010101011100001000010 | eba493e59993eba493e9aab842 |
UHC | 뤓噓뤓骸B | 100011111100001111111010110001101000111111000011111110101011010101000010 | 8fc3fac68fc3fab542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)