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 | 貍秀陂賭 | 1110011010111100100011110100011111101000100110001001001101110001 | e6bc8f47e8989371 |
EUC-JP | 貍秀陂賭 | 1110110010111110101111011010100011101111111110001100010111010010 | ecbebda8eff8c5d2 |
UTF-8 | 貍秀陂賭 | 111010001011001010001101111001111010011110000000111010011001100110000010111010001011001110101101 | e8b28de7a780e99982e8b3ad |
UHC | ?秀陂賭 | 00111111111000101011001111111001101011101101010010101110 | 3fe2b3f9aed4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)