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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 助?遣抑?B | 100011111001010100111111100011001010110110010111011111010011111101000010 | 8f953f8cad977d3f42 |
EUC-JP | 助?遣抑?B | 101111011111010100111111101110001010111111001101110111100011111101000010 | bdf53fb8afcdde3f42 |
UTF-8 | 助뀌遣抑렱B | 11100101100010101010100111101011100000001000110011101001100000011010001111100110100010101001000111101011101000001011000101000010 | e58aa9eb808ce981a3e68a91eba0b142 |
UHC | 助뀌遣抑렱B | 1111000010111110101100101110111011001100101110101110010111100100100011101011111001000010 | f0beb2eeccbae5e48ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)