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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | シタシッ湿雫\ | 101111001100000010111100101011111000111010111100100011101011010001011100 | bcc0bcaf8ebc8eb45c |
EUC-JP | シタシッ湿雫\ | 10001110101111001000111011000000100011101011110010001110101011111011110010111110101111001011011001011100 | 8ebc8ec08ebc8eafbcbebcb65c |
UTF-8 | シタシッ湿雫\ | 11101111101111011011110011101111101111101000000011101111101111011011110011101111101111011010111111100110101110011011111111101001100110111010101101011100 | efbdbcefbe80efbdbcefbdafe6b9bfe99bab5c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)