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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 業??踰?? | 1000101111000110001111110011111111100110111110100011111100111111 | 8bc63f3fe6fa3f3f |
EUC-JP | 業??踰?? | 1011011011001000001111110011111111101100111111000011111100111111 | b6c83f3fecfc3f3f |
UTF-8 | 業볥굝踰앮룚 | 111001101010010110101101111010111011001110100101111010101011010110011101111010001011100010110000111011001001010110101110111010111010001110011010 | e6a5adebb3a5eab59de8b8b0ec95aeeba39a |
UHC | 業볥굝踰앮룚 | 111001011111011010010011111010111000001010000101111010111011001010011101111001101000111110010110 | e5f693eb8285ebb29de68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)