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 | ?ェ? | 00111111100000110100011000111111 | 3f83463f |
EUC-JP | ?ェ? | 00111111101001011010011100111111 | 3fa5a73f |
UTF-8 | 뤚ェ呂 | 111010111010010010011010111000111000001010100111111011111010011010000000 | eba49ae382a7efa680 |
UHC | 뤚ェ呂 | 100011111100100110101011101001111110010111111011 | 8fc9aba7e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)