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 | 助?遣抑?蒸 | 10001111100101010011111110001100101011011001011101111101001111111000111111110110 | 8f953f8cad977d3f8ff6 |
EUC-JP | 助?遣抑?蒸 | 10111101111101010011111110111000101011111100110111011110001111111011111011111000 | bdf53fb8afcdde3fbef8 |
UTF-8 | 助뀌遣抑렣蒸 | 111001011000101010101001111010111000000010001100111010011000000110100011111001101000101010010001111010111010000010100011111010001001001010111000 | e58aa9eb808ce981a3e68a91eba0a3e892b8 |
UHC | 助뀌遣抑렣蒸 | 111100001011111010110010111011101100110010111010111001011110010010001110101101001111000111111010 | f0beb2eeccbae5e48eb4f1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)