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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 勖???? | 10001111101100111110110100111111001111110011111100111111 | 8fb3ed3f3f3f3f |
UTF-8 | 勖곡쏸뤋툗 | 111001011000101110010110111010101011001110100001111011001000111110111000111010111010010010001011111011011000100010010111 | e58b96eab3a1ec8fb8eba48bed8897 |
UHC | 勖곡쏸뤋툗 | 11101001111011011011000011101110101111011111100110001111101110111011100010001110 | e9edb0eebdf98fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)