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 | 劑???蜘? | 1001100110011101001111110011111100111111100100100111011100111111 | 999d3f3f3f92773f |
EUC-JP | 劑?栯?蜘? | 11010001111111010011111110001111110000111101001000111111110000111101100000111111 | d1fd3f8fc3d23fc3d83f |
UTF-8 | 劑렓栯렟蜘렲 | 111001011000101010010001111010111010000010010011111001101010000010101111111010111010000010011111111010001001110010011000111010111010000010110010 | e58a91eba093e6a0afeba09fe89c98eba0b2 |
UHC | 劑렓栯렟蜘렲 | 111100001010010110001110101010001110100111110001100011101011000011110010101110111000111010111111 | f0a58ea8e9f18eb0f2bb8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)