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 | 茘」趾ユ | 111001001010101110100011111001101110010011010101 | e4aba3e6e4d5 |
EUC-JP | 茘」趾ユ | 1110100010101101100011101010001111101100111001101000111011010101 | e8ad8ea3ece68ed5 |
UTF-8 | 茘」趾ユ | 111010001000110010011000111011111011110110100011111010001011011010111110111011111011111010010101 | e88c98efbda3e8b6beefbe95 |
UHC | ??趾? | 0011111100111111111100101011111100111111 | 3f3ff2bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)