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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迢朱サ | 1110011110001011100011101110100110111011 | e78b8ee9bb |
EUC-JP | 迢朱サ | 111011011110101110111100111010111000111010111011 | edebbceb8ebb |
UTF-8 | 迢朱サ | 111010001011111110100010111001101001110010110001111011111011110110111011 | e8bfa2e69cb1efbdbb |
UHC | ?朱? | 00111111111100011011100100111111 | 3ff1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)