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 | 舎写霤狃 | 1000111011001001100011101100101011101000110000111110000010111011 | 8ec98ecae8c3e0bb |
EUC-JP | 舎写霤狃 | 1011110011001011101111001100110011110000110001011110000010111101 | bccbbcccf0c5e0bd |
UTF-8 | 舎写霤狃 | 111010001000100010001110111001011000011010011001111010011001110010100100111001111000101110000011 | e8888ee58699e99ca4e78b83 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)