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 | ??^}Y??^}bE | 0011111100111111010111100111110101011001001111110011111101011110011111010110001001000101 | 3f3f5e7d593f3f5e7d6245 |
SJIS-WIN | ??^}Y??^}bE | 0011111100111111010111100111110101011001001111110011111101011110011111010110001001000101 | 3f3f5e7d593f3f5e7d6245 |
EUC-JP | ??^}Y??^}bE | 0011111100111111010111100111110101011001001111110011111101011110011111010110001001000101 | 3f3f5e7d593f3f5e7d6245 |
UTF-8 | 혪혧^}Y혪혧^}bE | 11101101100110001010101011101101100110001010011101011110011111010101100111101101100110001010101011101101100110001010011101011110011111010110001001000101 | ed98aaed98a75e7d59ed98aaed98a75e7d6245 |
UHC | 혪혧^}Y혪혧^}bE | 110000101001001011000010100011110101111001111101010110011100001010010010110000101000111101011110011111010110001001000101 | c292c28f5e7d59c292c28f5e7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)