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 | ?綬? | 00111111100011101111100000111111 | 3f8ef83f |
EUC-JP | ?綬? | 00111111101111001111101000111111 | 3fbcfa3f |
UTF-8 | 寮綬빺 | 111011111010011010111100111001111011011010101100111010111011100110111010 | efa6bce7b6acebb9ba |
UHC | 寮綬빺 | 111010001111000011100010101110001001010111001110 | e8f0e2b895ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)