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 | ?擺?傲 | 001111111001110110110010001111111001100011111100 | 3f9db23f98fc |
EUC-JP | ?擺?傲 | 001111111101101010110100001111111101000011111110 | 3fdab43fd0fe |
UTF-8 | 뤈擺ㅼ傲 | 111010111010010010001000111001101001001110111010111000111000010110111100111001011000001010110010 | eba488e693bae385bce582b2 |
UHC | 뤈擺ㅼ傲 | 1000111110111000111101111110110010100100111011001110011111101100 | 8fb8f7eca4ece7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)