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 | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
SJIS-WIN | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
EUC-JP | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
UTF-8 | 찼o혷횎혺횥 | 11101100101100001011110001101111111011011001100010110111111011011001101010001110111011011001100010111010111011011001101010100101 | ecb0bc6fed98b7ed9a8eed98baed9aa5 |
UHC | 찼o혷횎혺횥 | 1100001110100001011011111100001010011110110000111000101011000010100111111100001110011100 | c3a16fc29ec38ac29fc39c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)