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 | ?包諺 | 0011111110010101111011111000110010111111 | 3f95ef8cbf |
EUC-JP | ?包諺 | 0011111111001010111100011011100011000001 | 3fcaf1b8c1 |
UTF-8 | 뤈包諺 | 111010111010010010001000111001011000110010000101111010001010101110111010 | eba488e58c85e8abba |
UHC | 뤈包諺 | 100011111011100011111000110100001110010111101100 | 8fb8f8d0e5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)