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 | ??遁? | 0011111100111111100100111101100100111111 | 3f3f93d93f |
EUC-JP | ??遁? | 0011111100111111110001101101101100111111 | 3f3fc6db3f |
UTF-8 | 뤗늬遁ː | 1110101110100100100101111110101110001010101011001110100110000001100000011100101110010000 | eba497eb8aace98181cb90 |
UHC | 뤗늬遁ː | 1000111111000111101101001100110011010100111011011010001010110000 | 8fc7b4ccd4eda2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)