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 | 啼?爾?? | 10011010011001010011111110001110101000100011111100111111 | 9a653f8ea23f3f |
EUC-JP | 啼悰爾?? | 110100111100011010001111101111011111110010111100101001000011111100111111 | d3c68fbdfcbca43f3f |
UTF-8 | 啼悰爾솽솟 | 111001011001010110111100111001101000001010110000111001111000100010111110111011001000011010111101111011001000011010011111 | e595bce682b0e788beec86bdec869f |
UHC | 啼悰爾솽솟 | 11110000101001101111000011110101111011001011001110111100111000011011110011011010 | f0a6f0f5ecb3bce1bcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)