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 | 艶???オ | 10001001100100000011111100111111001111111000001101001001 | 89903f3f3f8349 |
EUC-JP | 艶???オ | 10110001111100000011111100111111001111111010010110101010 | b1f03f3f3fa5aa |
UTF-8 | 艶쵢銳볡オ | 111010001000100110110110111011001011010110100010111010011000101010110011111010111011001110100001111000111000001010101010 | e889b6ecb5a2e98ab3ebb3a1e382aa |
UHC | 艶쵢銳볡オ | 11100110111111011010110101000010111001111110010110010011111001111010101110101010 | e6fdad42e7e593e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)