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 | 帳???檍 | 10010010101000000011111100111111001111111001111011111000 | 92a03f3f3f9ef8 |
EUC-JP | 帳???檍 | 11000100101000100011111100111111001111111101110011111010 | c4a23f3f3fdcfa |
UTF-8 | 帳얠렲렠檍 | 111001011011100010110011111011001001011010100000111010111010000010110010111010111010000010100000111001101010101010001101 | e5b8b3ec96a0eba0b2eba0a0e6aa8d |
UHC | 帳얠렲렠檍 | 11101101111000111011111011101100100011101011111110001110101100011110010111100101 | ede3beec8ebf8eb1e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)