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 | ?擺?焉 | 001111111001110110110010001111111110000010000001 | 3f9db23fe081 |
EUC-JP | ?擺?焉 | 001111111101101010110100001111111101111111100001 | 3fdab43fdfe1 |
UTF-8 | 뤙擺휁焉 | 111010111010010010011001111001101001001110111010111011011001110010000001111001111000010010001001 | eba499e693baed9c81e78489 |
UHC | 뤙擺휁焉 | 1000111111001000111101111110110011000100100011111110010111101010 | 8fc8f7ecc48fe5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)