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? | 001111110011111100111111001111110100101100111111 | 3f3f3f3f4b3f |
SJIS-WIN | 霍鯉スエK韈 | 111010001011011110001100111011111011110110110100010010111110100011100111 | e8b78cefbdb44be8e7 |
EUC-JP | 霍鯉スエK韈 | 1111000010111001101110001111000110001110101111011000111010110100010010111111000011101001 | f0b9b8f18ebd8eb44bf0e9 |
UTF-8 | 霍鯉スエK韈 | 11101001100111001000110111101001101011111000100111101111101111011011110111101111101111011011010001001011111010011001111110001000 | e99c8de9af89efbdbdefbdb44be99f88 |
UHC | ?鯉??K? | 00111111110101111110111100111111001111110100101100111111 | 3fd7ef3f3f4b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)