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 | 弔捧?? | 100100101010001010010101111110010011111100111111 | 92a295f93f3f |
EUC-JP | 弔捧?? | 110001001010010011001010111110110011111100111111 | c4a4cafb3f3f |
UTF-8 | 弔捧렎렭 | 111001011011110010010100111001101000110110100111111010111010000010001110111010111010000010101101 | e5bc94e68da7eba08eeba0ad |
UHC | 弔捧렎렭 | 1111000011000000110111001110100110001110101001001000111010111010 | f0c0dce98ea48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)