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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 菴器舟苜 | 1110010010111101100010101110110110001111010011011110010010011100 | e4bd8aed8f4de49c |
EUC-JP | 菴器舟苜 | 1110100010111111101101001110111110111101101011101110011111111100 | e8bfb4efbdaee7fc |
UTF-8 | 菴器舟苜 | 111010001000111110110100111001011001100110101000111010001000100010011111111010001000101110011100 | e88fb4e599a8e8889fe88b9c |
UHC | 菴器舟? | 11100100111000001101000011101111111100011100011100111111 | e4e0d0eff1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)