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 | 第??吟?\ | 1001000111100110001111110011111110001011111000010011111101011100 | 91e63f3f8be13f5c |
EUC-JP | 第??吟?\ | 1100001011101000001111110011111110110110111000110011111101011100 | c2e83f3fb6e33f5c |
UTF-8 | 第쇤섦吟렩\ | 11100111101011001010110011101100100001111010010011101100100001001010011011100101100100001001111111101011101000001010100101011100 | e7acacec87a4ec84a6e5909feba0a95c |
UHC | 第쇤섦吟렩\ | 1111000010101111101111001110100110111100101101001110101111100001100011101011011101011100 | f0afbce9bcb4ebe18eb75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)