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 | ???櫛?? | 00111111001111110011111110001011111110010011111100111111 | 3f3f3f8bf93f3f |
EUC-JP | ???櫛?? | 00111111001111110011111110110110111110110011111100111111 | 3f3f3fb6fb3f3f |
UTF-8 | 씐렩롐櫛렲섀 | 111011001001010010010000111010111010000010101001111010111010000110010000111001101010101110011011111010111010000010110010111011001000010010000000 | ec9490eba0a9eba190e6ab9beba0b2ec8480 |
UHC | 씐렩롐櫛렲섀 | 101111101011101110001110101101111000111011010110111100011110111010001110101111111011110010101000 | bebb8eb78ed6f1ee8ebfbca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)