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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 亦???〓? | 1001011010010010001111110011111100111111100000011010110000111111 | 96923f3f3f81ac3f |
EUC-JP | 亦???〓? | 1100101111110010001111110011111100111111101000101010111000111111 | cbf23f3f3fa2ae3f |
UTF-8 | 亦뱀눥溜〓젻 | 111001001011101010100110111010111011000110000000111010111000100010100101111011111010011110001011111000111000000010010011111011001010000010111011 | e4baa6ebb180eb88a5efa78be38093eca0bb |
UHC | 亦뱀눥溜〓젻 | 111001101011001010111001111011001000011110111100111010101111111010100001111010111010000010101110 | e6b2b9ec87bceafea1eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)