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 | 乳℡┏哀? | 100100111111101110000111100001001000010010101100100010001010001100111111 | 93fb878484ac88a33f |
EUC-JP | 乳?┏哀? | 1100011011111101001111111010100010101110101100001010010100111111 | c6fd3fa8aeb0a53f |
UTF-8 | 乳℡┏哀숲 | 111001001011100110110011111000101000010010100001111000101001010010001111111001011001001110000000111011001000100010110010 | e4b9b3e284a1e2948fe59380ec88b2 |
UHC | 乳℡┏哀숲 | 11101010111000011010001011100101101001101010111011100100111011101011110110100011 | eae1a2e5a6aee4eebda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)