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 | ??R?b | 0011111100111111010100100011111101100010 | 3f3f523f62 |
SJIS-WIN | 爵灼R籵b | 1000111011011101100011101101110001010010111000101110000001100010 | 8edd8edc52e2e062 |
EUC-JP | 爵灼R籵b | 1011110011011111101111001101111001010010111001001110001001100010 | bcdfbcde52e4e262 |
UTF-8 | 爵灼R籵b | 1110011110001000101101011110011110000001101111000101001011100111101100011011010101100010 | e788b5e781bc52e7b1b562 |
UHC | 爵灼R?b | 11101101110010011110110111000111010100100011111101100010 | edc9edc7523f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)