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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荼ス讓ス貂 | 1110010010110110101111011110011010101000101111011110011010111000 | e4b6bde6a8bde6b8 |
EUC-JP | 荼ス讓ス貂 | 11101000101110001000111010111101111011001010101010001110101111011110110010111010 | e8b88ebdecaa8ebdecba |
UTF-8 | 荼ス讓ス貂 | 111010001000110110111100111011111011110110111101111010001010111010010011111011111011110110111101111010001011001010000010 | e88dbcefbdbde8ae93efbdbde8b282 |
UHC | ??讓?貂 | 00111111001111111110010111010011001111111111010110110000 | 3f3fe5d33ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)