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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?筮い | 0011111111100010101011001000001010100010 | 3fe2ac82a2 |
EUC-JP | ?筮い | 0011111111100100101011101010010010100100 | 3fe4aea4a4 |
UTF-8 | 렱筮い | 111010111010000010110001111001111010110110101110111000111000000110000100 | eba0b1e7adaee38184 |
UHC | 렱筮い | 100011101011111011011111111110111010101010100100 | 8ebedffbaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)