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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???注 | 0011111100111111001111111001001010001101 | 3f3f3f928d |
EUC-JP | ???注 | 0011111100111111001111111100001111101101 | 3f3f3fc3ed |
UTF-8 | 뤊씔쟌注 | 111010111010010010001010111011001001010010010100111011001001111110001100111001101011001110101000 | eba48aec9494ec9f8ce6b3a8 |
UHC | 뤊씔쟌注 | 1000111110111010101111101011110011000000111100101111000110111100 | 8fbabebcc0f2f1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)