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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩レ?誼?? | 111000100111001010000011100011000011111110001011011000100011111100111111 | e272838c3f8b623f3f |
EUC-JP | 穩レ?誼?? | 111000111101001110100101111011000011111110110101110000110011111100111111 | e3d3a5ec3fb5c33f3f |
UTF-8 | 穩レ옋誼귝씭 | 111001111010100110101001111000111000001110101100111011001001100010001011111010001010101010111100111010101011011110011101111011001001010010101101 | e7a9a9e383acec988be8aabceab79dec94ad |
UHC | 穩レ옋誼귝씭 | 111010001011000110101011111011001001111010010011111010111111111010000010111001101001110110111110 | e8b1abec9e93ebfe82e69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)