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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 瘀?瘀?^ | 100011111100110111100011001111111000111111001101111000110011111101011110 | 8fcde33f8fcde33f5e |
UTF-8 | 瘀묈瘀슦^ | 11100111100110001000000011101011101011001000100011100111100110001000000011101100100010101010011001011110 | e79880ebac88e79880ec8aa65e |
UHC | 瘀묈瘀슦^ | 111001011101110010010001111001011110010111011100100110101011000001011110 | e5dc91e5e5dc9ab05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)