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 | 茯域尚胚 | 1110010010101000100010001110011010001111101011101110001111110011 | e4a888e68faee3f3 |
EUC-JP | 茯域尚胚 | 1110100010101010101100001110100010111110101100001110011011110101 | e8aab0e8beb0e6f5 |
UTF-8 | 茯域尚胚 | 111010001000110010101111111001011001111110011111111001011011000010011010111010001000001110011010 | e88cafe59f9fe5b09ae8839a |
UHC | 茯域?胚 | 11011100110110101110011010110100001111111101101111001111 | dcdae6b43fdbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)