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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??擺?? | 001111110011111110011101101100100011111100111111 | 3f3f9db23f3f |
EUC-JP | ??擺?? | 001111110011111111011010101101000011111100111111 | 3f3fdab43f3f |
UTF-8 | 렓뤈擺쵌죳 | 111010111010000010010011111010111010010010001000111001101001001110111010111011001011010110001100111011001010001110110011 | eba093eba488e693baecb58ceca3b3 |
UHC | 렓뤈擺쵌죳 | 10001110101010001000111110111000111101111110110010101100100011101010000110001110 | 8ea88fb8f7ecac8ea18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)