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 | ?????恁 | 00111111001111110011111100111111001111111001110010001100 | 3f3f3f3f3f9c8c |
EUC-JP | ?????恁 | 00111111001111110011111100111111001111111101011111101100 | 3f3f3f3f3fd7ec |
UTF-8 | 李얠쮷梨늞恁 | 111011111010011110100001111011001001011010100000111011001010111010110111111011111010011110100010111010111000101010011110111001101000000110000001 | efa7a1ec96a0ecaeb7efa7a2eb8a9ee68181 |
UHC | 李얠쮷梨늞恁 | 111011001011000010111110111011001010100010010100111011001011000110001000011010101110110011110110 | ecb0beeca894ecb1886aecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)