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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霓ょ?冶 | 11101000101111011000001011100101001111111001011011101000 | e8bd82e53f96e8 |
EUC-JP | 霓ょ?冶 | 11110000101111111010010011100111001111111100110011101010 | f0bfa4e73fccea |
UTF-8 | 霓ょ솫冶 | 111010011001110010010011111000111000001010000111111011001000011010101011111001011000011010110110 | e99c93e38287ec86abe586b6 |
UHC | 霓ょ솫冶 | 1110011111100111101010101110011110011001101000101110010110100111 | e7e7aae799a2e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)