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 | 源莖? | 1000110010111001111001001011000100111111 | 8cb9e4b13f |
EUC-JP | 源莖? | 1011100010111011111010001011001100111111 | b8bbe8b33f |
UTF-8 | 源莖렠 | 111001101011101010010000111010001000111010010110111010111010000010100000 | e6ba90e88e96eba0a0 |
UHC | 源莖렠 | 111010101011100111001100111011001000111010110001 | eab9ccec8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)