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 | ??枇喪居^ | 001111110011111110010100111110001001000101110010100010111000111101011110 | 3f3f94f891728b8f5e |
EUC-JP | ??枇喪居^ | 001111110011111111001000111110101100000111010011101101011110111101011110 | 3f3fc8fac1d3b5ef5e |
UTF-8 | 뤱촉枇喪居^ | 11101011101001001011000111101100101101001000100111100110100111101000011111100101100101101010101011100101101100011000010101011110 | eba4b1ecb489e69e87e596aae5b1855e |
UHC | 뤱촉枇喪居^ | 1000111111011111110000111100101111011101111011011101111111000011110010111101110001011110 | 8fdfc3cbddeddfc3cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)