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 | ??秘扈居^ | 001111110011111110010100111010011110011110111011100010111000111101011110 | 3f3f94e9e7bb8b8f5e |
EUC-JP | ??秘扈居^ | 001111110011111111001000111010111110111010111101101101011110111101011110 | 3f3fc8ebeebdb5ef5e |
UTF-8 | 뤱촉秘扈居^ | 11101011101001001011000111101100101101001000100111100111101001111001100011100110100010011000100011100101101100011000010101011110 | eba4b1ecb489e7a798e68988e5b1855e |
UHC | 뤱촉秘扈居^ | 1000111111011111110000111100101111011101111110101111101111000011110010111101110001011110 | 8fdfc3cbddfafbc3cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)