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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逵∫翌 | 111001111001110010000001111001111001011110000010 | e79c81e79782 |
EUC-JP | 逵∫翌 | 111011011111110010100010111010011100110111100010 | edfca2e9cde2 |
UTF-8 | 逵∫翌 | 111010011000000010110101111000101000100010101011111001111011111110001100 | e980b5e288abe7bf8c |
UHC | 逵∫翌 | 110100001011000010100001111100101110110011001110 | d0b0a1f2ecce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)