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 | 屋b?宥∽? | 10001001101011101000001010000010001111111001011101000111100000011110010000111111 | 89ae82823f974781e43f |
EUC-JP | 屋b?宥∽? | 10110010101100001010001111100010001111111100110110101000101000101110011000111111 | b2b0a3e23fcda8a2e63f |
UTF-8 | 屋b넂宥∽쭓 | 111001011011000110001011111011111011110110000010111010111000010010000010111001011010111010100101111000101000100010111101111011001010110110010011 | e5b18befbd82eb8482e5aea5e288bdecad93 |
UHC | 屋b넂宥∽쭓 | 111010001010100110100011111000101000011010010010111010101110100110100001111011111010011110001011 | e8a9a3e28692eae9a1efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)