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 | ??府 | 00111111001111111001010101111011 | 3f3f957b |
EUC-JP | ??府 | 00111111001111111100100111011100 | 3f3fc9dc |
UTF-8 | 뤚궐府 | 111010111010010010011010111010101011011010010000111001011011101010011100 | eba49aeab690e5ba9c |
UHC | 뤚궐府 | 100011111100100110110001110010001101110110100100 | 8fc9b1c8dda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)