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 | ???德?健 | 0011111100111111001111111111101010111010001111111000110010010010 | 3f3f3ffaba3f8c92 |
EUC-JP | ?????健 | 00111111001111110011111100111111001111111011011111110010 | 3f3f3f3f3fb7f2 |
UTF-8 | 쑹롆뤦德찊健 | 111011001001000110111001111010111010000110000110111010111010010010100110111001011011111010110111111011001011000010001010111001011000000110100101 | ec91b9eba186eba4a6e5beb7ecb08ae581a5 |
UHC | 쑹롆뤦德찊健 | 101111101010101110001110110011001000111111010100110100111110110010101001100011101100101111101101 | beab8ecc8fd4d3eca98ecbed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)