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 | 畯?蔚?駿 | 1111101101101111001111111000100101010101001111111000111101111000 | fb6f3f89553f8f78 |
EUC-JP | 畯?蔚?駿 | 100011111100110110111011001111111011000110110110001111111011110111011001 | 8fcdbb3fb1b63fbdd9 |
UTF-8 | 畯렞蔚렠駿 | 111001111001010110101111111010111010000010011110111010001001010010011010111010111010000010100000111010011010011110111111 | e795afeba09ee8949aeba0a0e9a7bf |
UHC | 畯렞蔚렠駿 | 11110001111000011000111010101111111010101010010110001110101100011111000111100111 | f1e18eafeaa58eb1f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)