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 | 遭??宥? | 10010001100110000011111100111111100101110100011100111111 | 91983f3f97473f |
EUC-JP | 遭??宥? | 11000001111110000011111100111111110011011010100000111111 | c1f83f3fcda83f |
UTF-8 | 遭쾌龜宥렠 | 111010011000000110101101111011001011111010001100111011111010010010001000111001011010111010100101111010111010000010100000 | e981adecbe8cefa488e5aea5eba0a0 |
UHC | 遭쾌龜宥렠 | 11110000111001001100010011101000110100001011100011101010111010011000111010110001 | f0e4c4e8d0b8eae98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)