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 | ????K?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
SJIS-WIN | 霍鯉スエK驩、 | 11101000101101111000110011101111101111011011010001001011111010011000100110100100 | e8b78cefbdb44be989a4 |
EUC-JP | 霍鯉スエK驩、 | 11110000101110011011100011110001100011101011110110001110101101000100101111110001111010011000111010100100 | f0b9b8f18ebd8eb44bf1e98ea4 |
UTF-8 | 霍鯉スエK驩、 | 11101001100111001000110111101001101011111000100111101111101111011011110111101111101111011011010001001011111010011010100110101001111011111011110110100100 | e99c8de9af89efbdbdefbdb44be9a9a9efbda4 |
UHC | ?鯉??K驩? | 001111111101011111101111001111110011111101001011111111001011111000111111 | 3fd7ef3f3f4bfcbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)