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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 霑・竏ォ蜆欒E | 1110100010111111101001011110001010001000101010111110010110000100100111110101001001000101 | e8bfa5e288abe5849f5245 |
EUC-JP | 霑・竏ォ蜆欒E | 11110000110000011000111010100101111000111110100010001110101010111110100111100100110111011011001101000101 | f0c18ea5e3e88eabe9e4ddb345 |
UTF-8 | 霑・竏ォ蜆欒E | 11101001100111001001000111101111101111011010010111100111101010111000111111101111101111011010101111101000100111001000011011100110101011001001001001000101 | e99c91efbda5e7ab8fefbdabe89c86e6ac9245 |
UHC | 霑????欒E | 111011111100010100111111001111110011111100111111110101011011001001000101 | efc53f3f3f3fd5b245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)