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 | 霄嫉鴫 | 1110100010111010100011101011100111110000110000001000111010110000 | e8ba8eb9f0c08eb0 |
EUC-JP | 霄嫉?鴫 | 11110000101111001011110010111011001111111011110010110010 | f0bcbcbb3fbcb2 |
UTF-8 | 霄嫉鴫 | 111010011001110010000100111001011010101110001001111011101000000110111111111010011011010010101011 | e99c84e5ab89ee81bfe9b4ab |
UHC | ?嫉?? | 0011111111110010111011000011111100111111 | 3ff2ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)