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 | û[û· | 11111011010110111111101110110111 | fb5bfbb7 |
SJIS-WIN | ?[?? | 00111111010110110011111100111111 | 3f5b3f3f |
EUC-JP | û[û? | 1000111110101011111001010101101110001111101010111110010100111111 | 8fabe55b8fabe53f |
UTF-8 | û[û· | 11000011101110110101101111000011101110111100001010110111 | c3bb5bc3bbc2b7 |
UHC | ?[?· | 0011111101011011001111111010000110100100 | 3f5b3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)