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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??佺? | 001111110011111110001111101100001111100100111111 | 3f3f8fb0f93f |
UTF-8 | 암뤋佺띠 | 111011001001010110010100111010111010010010001011111001001011110110111010111010111001110110100000 | ec9594eba48be4bdbaeb9da0 |
UHC | 암뤋佺띠 | 1011111011001111100011111011101111101110111011011011011011101100 | becf8fbbeeedb6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)