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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??淫?薪 | 00111111001111111000100011111010001111111001000001100100 | 3f3f88fa3f9064 |
EUC-JP | ??淫?薪 | 00111111001111111011000011111100001111111011111111000101 | 3f3fb0fc3fbfc5 |
UTF-8 | 鱗렱淫꿱薪 | 111011111010011110110010111010111010000010110001111001101011011110101011111010101011111110110001111010001001011010101010 | efa7b2eba0b1e6b7abeabfb1e896aa |
UHC | 鱗렱淫꿱薪 | 11101100111001111000111010111110111010111110001010110010111010001110001111101111 | ece78ebeebe2b2e8e3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)