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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 造?儲?? | 10010001101000100011111110010110110101110011111100111111 | 91a23f96d73f3f |
EUC-JP | 造?儲?? | 11000010101001000011111111001100110110010011111100111111 | c2a43fccd93f3f |
UTF-8 | 造렎儲쾡렦 | 111010011000000010100000111010111010000010001110111001011000010010110010111011001011111010100001111010111010000010100110 | e980a0eba08ee584b2ecbea1eba0a6 |
UHC | 造렎儲쾡렦 | 11110000111000111000111010100100111011101011100111000100111010011000111010110101 | f0e38ea4eeb9c4e98eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)