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 | 壕蕎?漬? | 1000110110001000100010111011110000111111100100101101000000111111 | 8d888bbc3f92d03f |
EUC-JP | 壕蕎?漬? | 1011100111101000101101101011111000111111110001001101001000111111 | b9e8b6be3fc4d23f |
UTF-8 | 壕蕎ㄺ漬숲 | 111001011010001110010101111010001001010110001110111000111000010010111010111001101011110010101100111011001000100010110010 | e5a395e8958ee384bae6bcacec88b2 |
UHC | 壕蕎ㄺ漬숲 | 11111011101111011100111011110000101001001010101011110010101100001011110110100011 | fbbdcef0a4aaf2b0bda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)