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 | ?迦?感 | 001111111000100111011110001111111000101010110100 | 3f89de3f8ab4 |
EUC-JP | ?迦?感 | 001111111011001011100000001111111011010010110110 | 3fb2e03fb4b6 |
UTF-8 | 뤚迦찋感 | 111010111010010010011010111010001011111110100110111011001011000010001011111001101000010010011111 | eba49ae8bfa6ecb08be6849f |
UHC | 뤚迦찋感 | 1000111111001001110010101011110010101001100011111100101011101111 | 8fc9cabca98fcaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)