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 | 霓ょ?冶? | 1110100010111101100000101110010100111111100101101110100000111111 | e8bd82e53f96e83f |
EUC-JP | 霓ょ?冶? | 1111000010111111101001001110011100111111110011001110101000111111 | f0bfa4e73fccea3f |
UTF-8 | 霓ょ솫冶숃 | 111010011001110010010011111000111000001010000111111011001000011010101011111001011000011010110110111011001000100010000011 | e99c93e38287ec86abe586b6ec8883 |
UHC | 霓ょ솫冶숃 | 11100111111001111010101011100111100110011010001011100101101001111001100111101000 | e7e7aae799a2e5a799e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)