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 | 也???? | 100101101110011100111111001111110011111100111111 | 96e73f3f3f3f |
EUC-JP | 也???? | 110011001110100100111111001111110011111100111111 | cce93f3f3f3f |
UTF-8 | 也㏓벩痢묯 | 111001001011100110011111111000111000111110010011111010111011001010101001111011111010011110100101111010111010110010101111 | e4b99fe38f93ebb2a9efa7a5ebacaf |
UHC | 也㏓벩痢묯 | 11100101101001011010011111101011100100111011111111101100101110001001001001000110 | e5a5a7eb93bfecb89246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)