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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髻ウ尞 | 1110100110011111101100111111101010101011 | e99fb3faab |
EUC-JP | 髻ウ尞 | 11110010101000011000111010110011100011111011101011101011 | f2a18eb38fbaeb |
UTF-8 | 髻ウ尞 | 111010011010101110111011111011111011110110110011111001011011000010011110 | e9abbbefbdb3e5b09e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)