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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?俄\ | 00111111100010011110001001011100 | 3f89e25c |
EUC-JP | ?俄\ | 00111111101100101110010001011100 | 3fb2e45c |
UTF-8 | 룶俄\ | 11101011101000111011011011100100101111111000010001011100 | eba3b6e4bf845c |
UHC | 룶俄\ | 1000111110101011111001001010110101011100 | 8fabe4ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)