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 | 樟?牆?? | 10001111101111100011111111100000101011010011111100111111 | 8fbe3fe0ad3f3f |
EUC-JP | 樟?牆?? | 10111110110000000011111111100000101011110011111100111111 | bec03fe0af3f3f |
UTF-8 | 樟렣牆얗깡 | 111001101010100010011111111010111010000010100011111001111000100110000110111011001001011010010111111010101011100110100001 | e6a89feba0a3e78986ec9697eab9a1 |
UHC | 樟렣牆얗깡 | 11101101111010011000111010110100111011011110110110111110111010011011000111111000 | ede98eb4ededbee9b1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)