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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 深?ゆK | 100100000101101100111111100000101110010001001011 | 905b3f82e44b |
EUC-JP | 深?ゆK | 101111111011110000111111101001001110011001001011 | bfbc3fa4e64b |
UTF-8 | 深긿ゆK | 11100110101101111011000111101010101110001011111111100011100000101000011001001011 | e6b7b1eab8bfe382864b |
UHC | 深긿ゆK | 11100100101000101000001110000011101010101110011001001011 | e4a28383aae64b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)