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 | 症?音戡?? | 100011111100011100111111100010011011100110011101010000010011111100111111 | 8fc73f89b99d413f3f |
EUC-JP | 症?音戡?? | 101111101100100100111111101100101011101111011001101000100011111100111111 | bec93fb2bbd9a23f3f |
UTF-8 | 症렓音戡렰렔 | 111001111001011110000111111010111010000010010011111010011001111110110011111001101000100010100001111010111010000010110000111010111010000010010100 | e79787eba093e99fb3e688a1eba0b0eba094 |
UHC | 症렓音戡렰렔 | 111100011111100010001110101010001110101111100101110010101111000110001110101111011000111010101001 | f1f88ea8ebe5caf18ebd8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)