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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 悠??P | 1001011101001001001111110011111101010000 | 97493f3f50 |
EUC-JP | 悠??P | 1100110110101010001111110011111101010000 | cdaa3f3f50 |
UTF-8 | 悠묐쐴P | 11100110100000101010000011101011101011001001000011101100100100001011010001010000 | e682a0ebac90ec90b450 |
UHC | 悠묐쐴P | 11101010111011011001000111101011101111101010000101010000 | eaed91ebbea150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)