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 | ???夷? | 001111110011111100111111100010001100111000111111 | 3f3f3f88ce3f |
EUC-JP | ???夷? | 001111110011111100111111101100001101000000111111 | 3f3f3fb0d03f |
UTF-8 | 李쏀삖夷딮 | 111011111010011110100001111011001000111110000000111011001000001010010110111001011010010010110111111010111001010010101110 | efa7a1ec8f80ec8296e5a4b7eb94ae |
UHC | 李쏀삖夷딮 | 11101100101100001011110111101101100110001001101011101100101010001000101101001011 | ecb0bded989aeca88b4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)