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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??導^ | 0011111100111111100100111011000101011110 | 3f3f93b15e |
EUC-JP | ??導^ | 0011111100111111110001101011001101011110 | 3f3fc6b35e |
UTF-8 | 流숀導^ | 11101111101001111000101011101100100010001000000011100101101100001000111001011110 | efa78aec8880e5b08e5e |
UHC | 流숀導^ | 11101010111111001011110011110000110100111111010001011110 | eafcbcf0d3f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)