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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漬?疑橋 | 10010010110100000011111110001011010111101000101110110100 | 92d03f8b5e8bb4 |
EUC-JP | 漬?疑橋 | 11000100110100100011111110110101101111111011011010110110 | c4d23fb5bfb6b6 |
UTF-8 | 漬렓疑橋 | 111001101011110010101100111010111010000010010011111001111001011010010001111001101010100110001011 | e6bcaceba093e79691e6a98b |
UHC | 漬렓疑橋 | 1111001010110000100011101010100011101011111101111100111011101001 | f2b08ea8ebf7cee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)