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 | ?幾郞 | 0011111110001010111101001111101110110110 | 3f8af4fbb6 |
EUC-JP | ?幾? | 00111111101101001111011000111111 | 3fb4f63f |
UTF-8 | 뽐幾郞 | 111010111011110110010000111001011011100110111110111010011000001110011110 | ebbd90e5b9bee9839e |
UHC | 뽐幾郞 | 101110111100101111010000111110101101010111001101 | bbcbd0fad5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)