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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ホラェカホ | 11001110111100011110111111010111101010101011011011001110 | cef1efd7aab6ce |
EUC-JP | ホ?ラェカホ | 1000111011001110001111111000111011010111100011101010101010001110101101101000111011001110 | 8ece3f8ed78eaa8eb68ece |
UTF-8 | ホラェカホ | 111011111011111010001110111011101000010110101010111011111011111010010111111011111011110110101010111011111011110110110110111011111011111010001110 | efbe8eee85aaefbe97efbdaaefbdb6efbe8e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)