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 | 苞随蹴苜 | 1110010010011010100100001000111110001111010100101110010010011100 | e49a908f8f52e49c |
EUC-JP | 苞随蹴苜 | 1110011111111010101111111110111110111101101100111110011111111100 | e7fabfefbdb3e7fc |
UTF-8 | 苞随蹴苜 | 111010001000101110011110111010011001101010001111111010001011100110110100111010001000101110011100 | e88b9ee99a8fe8b9b4e88b9c |
UHC | 苞?蹴? | 111110001110001000111111111101011110110100111111 | f8e23ff5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)