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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?兒}?兒{^ | 001111111001100101011010011111010011111110011001010110100111101101011110 | 3f995a7d3f995a7b5e |
EUC-JP | ?兒}?兒{^ | 001111111101000110111011011111010011111111010001101110110111101101011110 | 3fd1bb7d3fd1bb7b5e |
UTF-8 | 옵兒}옵兒{^ | 111011001001100010110101111001011000010110010010011111011110110010011000101101011110010110000101100100100111101101011110 | ec98b5e585927dec98b5e585927b5e |
UHC | 옵兒}옵兒{^ | 1011111111001001111001001010111001111101101111111100100111100100101011100111101101011110 | bfc9e4ae7dbfc9e4ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)