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 | 鳫耳溿湿 | 1110100111101101100011101010100011111011010010101000111010111100 | e9ed8ea8fb4a8ebc |
EUC-JP | 鳫耳溿湿 | 111100101110111110111100101010101000111111001000101100011011110010111110 | f2efbcaa8fc8b1bcbe |
UTF-8 | 鳫耳溿湿 | 111010011011001110101011111010001000000010110011111001101011101010111111111001101011100110111111 | e9b3abe880b3e6babfe6b9bf |
UHC | ?耳?? | 0011111111101100101111000011111100111111 | 3fecbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)