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 | 偃??而 | 100110001110111000111111001111111000111010100111 | 98ee3f3f8ea7 |
EUC-JP | 偃??而 | 110100001111000000111111001111111011110010101001 | d0f03f3fbca9 |
UTF-8 | 偃덃눞而 | 111001011000000110000011111010111000110110000011111010111000100010011110111010001000000010001100 | e58183eb8d83eb889ee8808c |
UHC | 偃덃눞而 | 1110010111100111100010001110011010000111101101101110110010111011 | e5e788e687b6ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)