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 | 漿??? | 1001111111110111001111110011111100111111 | 9ff73f3f3f |
EUC-JP | 漿?獐? | 11011110111110010011111110001111110010111011101000111111 | def93f8fcbba3f |
UTF-8 | 漿렏獐렪 | 111001101011110010111111111010111010000010001111111001111000110110010000111010111010000010101010 | e6bcbfeba08fe78d90eba0aa |
UHC | 漿렏獐렪 | 1110110111101100100011101010010111101101111011111000111010111000 | edec8ea5edef8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)