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 | ?畑? | 00111111100101001010100000111111 | 3f94a83f |
EUC-JP | ?畑焰 | 001111111100100010101010100011111100100111101111 | 3fc8aa8fc9ef |
UTF-8 | 뤚畑焰 | 111010111010010010011010111001111001010110010001111001111000010010110000 | eba49ae79591e784b0 |
UHC | 뤚畑焰 | 100011111100100111101111101001011110011011111011 | 8fc9efa5e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)