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 | 裄帶オョ | 111001011110000010011011111001101011010110101110 | e5e09be6b5ae |
EUC-JP | 裄帶オョ | 1110101011100010110101101110100010001110101101011000111010101110 | eae2d6e88eb58eae |
UTF-8 | 裄帶オョ | 111010001010001110000100111001011011100010110110111011111011110110110101111011111011110110101110 | e8a384e5b8b6efbdb5efbdae |
UHC | ?帶?? | 0011111111010011111000010011111100111111 | 3fd3e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)