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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 堤?町???\ | 100100101110011100111111100100101010110000111111001111110011111101011100 | 92e73f92ac3f3f3f5c |
EUC-JP | 堤?町???\ | 110001001110100100111111110001001010111000111111001111110011111101011100 | c4e93fc4ae3f3f3f5c |
UTF-8 | 堤렚町렑罹렏\ | 11100101101000001010010011101011101000001001101011100111100101001011101011101011101000001001000111101111101001111010011011101011101000001000111101011100 | e5a0a4eba09ae794baeba091efa7a6eba08f5c |
UHC | 堤렚町렑罹렏\ | 11110000101001111000111010101101111011111110101110001110101001101110110010111010100011101010010101011100 | f0a78eadefeb8ea6ecba8ea55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)