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 | ?轍呈??彊 | 001111111001001101010001100100101110011000111111001111111000101110101110 | 3f935192e63f3f8bae |
EUC-JP | ?轍呈??彊 | 001111111100010110110010110001001110100000111111001111111011011010110000 | 3fc5b2c4e83f3fb6b0 |
UTF-8 | 뤋轍呈퐦샅彊 | 111010111010010010001011111010001011110110001101111001011001000110001000111011011001000010100110111011001000001110000101111001011011110110001010 | eba48be8bd8de59188ed90a6ec8385e5bd8a |
UHC | 뤋轍呈퐦샅彊 | 100011111011101111110100110100001110111111010000101111011000111110111011111101001100101110101110 | 8fbbf4d0efd0bd8fbbf4cbae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)