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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 燼??\ | 1110000010011110001111110011111101011100 | e09e3f3f5c |
EUC-JP | 燼??\ | 1101111111111110001111110011111101011100 | dffe3f3f5c |
UTF-8 | 燼뙄듉\ | 11100111100001111011110011101011100110011000010011101011100100111000100101011100 | e787bceb9984eb93895c |
UHC | 燼뙄듉\ | 11100011111010001000110010001010100010101011110001011100 | e3e88c8a8abc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)