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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 兀?┣暗 | 10011001010110010011111110000100101100001000100011000011 | 99593f84b088c3 |
EUC-JP | 兀?┣暗 | 11010001101110100011111110101000101100101011000011000101 | d1ba3fa8b2b0c5 |
UTF-8 | 兀랃┣暗 | 111001011000010110000000111010111001111010000011111000101001010010100011111001101001101010010111 | e58580eb9e83e294a3e69a97 |
UHC | 兀랃┣暗 | 1110100010110100100011011110111110100110101100101110010011011110 | e8b48defa6b2e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)