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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?芦???^ | 00111111100010001011000000111111001111110011111101011110 | 3f88b03f3f3f5e |
EUC-JP | ?芦???^ | 00111111101100001011001000111111001111110011111101011110 | 3fb0b23f3f3f5e |
UTF-8 | 뤗芦햶헴섄^ | 11101011101001001001011111101000100010101010011011101101100101101011011011101101100101111011010011101100100001001000010001011110 | eba497e88aa6ed96b6ed97b4ec84845e |
UHC | 뤗芦햶헴섄^ | 1000111111000111111110111101100011000001100011111100011111110000101111001010100101011110 | 8fc7fbd8c18fc7f0bca95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)