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 | ???BU | 0011111100111111001111110100001001010101 | 3f3f3f4255 |
SJIS-WIN | 荼居輯BU | 1110010010110110100010111000111110001111010100110100001001010101 | e4b68b8f8f534255 |
EUC-JP | 荼居輯BU | 1110100010111000101101011110111110111101101101000100001001010101 | e8b8b5efbdb44255 |
UTF-8 | 荼居輯BU | 1110100010001101101111001110010110110001100001011110100010111100101011110100001001010101 | e88dbce5b185e8bcaf4255 |
UHC | ?居輯BU | 00111111110010111101110011110010111111100100001001010101 | 3fcbdcf2fe4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)