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 | 節⑧?臟 | 10010000110111111000011101000111001111111110010001100110 | 90df87473fe466 |
EUC-JP | 節??臟 | 110000001110000100111111001111111110011111000111 | c0e13f3fe7c7 |
UTF-8 | 節⑧쐞臟 | 111001111010111110000000111000101001000110100111111011001001000010011110111010001000011110011111 | e7af80e291a7ec909ee8879f |
UHC | 節⑧쐞臟 | 1110111110111101101010001110111010011100100001001110110111110100 | efbda8ee9c84edf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)