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 | 実丈ン | 1000111011000000100011111110010011011101 | 8ec08fe4dd |
EUC-JP | 実丈ン | 101111001100001010111110111001101000111011011101 | bcc2bee68edd |
UTF-8 | 実丈ン | 111001011010111010011111111001001011100010001000111011111011111010011101 | e5ae9fe4b888efbe9d |
UHC | ?丈? | 00111111111011011101101100111111 | 3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)