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 | ???厭? | 001111110011111100111111100010010111110100111111 | 3f3f3f897d3f |
EUC-JP | 璵??厭? | 1000111111001100111001100011111100111111101100011101111000111111 | 8fcce63f3fb1de3f |
UTF-8 | 璵뜉돦厭꼳 | 111001111001001010110101111010111001110010001001111010111000111110100110111001011000111010101101111010101011110010110011 | e792b5eb9c89eb8fa6e58eadeabcb3 |
UHC | 璵뜉돦厭꼳 | 11100110101001011000110110001100100010011010101011100110111101001000010010001100 | e6a58d8c89aae6f4848c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)