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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 巐啄噪w | 11111010101101101001000111101101100110101000010001110111 | fab691ed9a8477 |
EUC-JP | 巐啄噪w | 1000111110111011111110011100001011101111110100111110010001110111 | 8fbbf9c2efd3e477 |
UTF-8 | 巐啄噪w | 11100101101101111001000011100101100101011000010011100101100110011010101001110111 | e5b790e59584e599aa77 |
UHC | ?啄?w | 0011111111110110111100100011111101110111 | 3ff6f23f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)