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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????┷ | 00111111001111110011111100111111001111111000010010111000 | 3f3f3f3f3f84b8 |
EUC-JP | ?????┷ | 00111111001111110011111100111111001111111010100010111010 | 3f3f3f3f3fa8ba |
UTF-8 | 凉듐끁栒딉┷ | 111011111010010110111001111010111001001110010000111010111000000110000001111001101010000010010010111010111001010010001001111000101001010010110111 | efa5b9eb9390eb8181e6a092eb9489e294b7 |
UHC | 凉듐끁栒딉┷ | 111001011011110010110101111000111000010110110111111000101110001110001010111011111010011010111010 | e5bcb5e385b7e2e38aefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)