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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雅??蜈? | 10001001111010110011111100111111111001011000010100111111 | 89eb3f3fe5853f |
EUC-JP | 雅??蜈? | 10110010111011010011111100111111111010011110010100111111 | b2ed3f3fe9e53f |
UTF-8 | 雅귟쁿蜈웘 | 111010011001101110000101111010101011011110011111111011001000000110111111111010001001110010001000111011001001101110011000 | e99b85eab79fec81bfe89c88ec9b98 |
UHC | 雅귟쁿蜈웘 | 11100100101110101000001011101000100110001000011011101000101001011001111101101000 | e4ba82e89886e8a59f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)