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 | 筌μ? | 1110001010100011100000111100101000111111 | e2a383ca3f |
EUC-JP | 筌μ? | 1110010010100101101001101100110000111111 | e4a5a6cc3f |
UTF-8 | 筌μ틳 | 1110011110101101100011001100111010111100111011011000101110110011 | e7ad8ccebced8bb3 |
UHC | 筌μ틳 | 111011111010011110100101111011001011101010011011 | efa7a5ecba9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)