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 | 悠??\ | 1001011101001001001111110011111101011100 | 97493f3f5c |
EUC-JP | 悠??\ | 1100110110101010001111110011111101011100 | cdaa3f3f5c |
UTF-8 | 悠묐쐴\ | 11100110100000101010000011101011101011001001000011101100100100001011010001011100 | e682a0ebac90ec90b45c |
UHC | 悠묐쐴\ | 11101010111011011001000111101011101111101010000101011100 | eaed91ebbea15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)