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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 症ルホー\ | 1000111111000111110110011100111011110000101001001011000001011100 | 8fc7d9cef0a4b05c |
EUC-JP | 症ルホ?ー\ | 10111110110010011000111011011001100011101100111000111111100011101011000001011100 | bec98ed98ece3f8eb05c |
UTF-8 | 症ルホー\ | 11100111100101111000011111101111101111101001100111101111101111101000111011101110100000011010001111101111101111011011000001011100 | e79787efbe99efbe8eee81a3efbdb05c |
UHC | 症????\ | 11110001111110000011111100111111001111110011111101011100 | f1f83f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)