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 | 肬瓊肬 | 111000111110110111100000111110011110001111101101 | e3ede0f9e3ed |
EUC-JP | 肬瓊肬 | 111001101110111111100000111110111110011011101111 | e6efe0fbe6ef |
UTF-8 | 肬瓊肬 | 111010001000001010101100111001111001001110001010111010001000001010101100 | e882ace7938ae882ac |
UHC | ?瓊? | 00111111110011001110000100111111 | 3fcce13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)