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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 劑?逵才?] | 100110011001110100111111111001111001110010001101110010110011111101011101 | 999d3fe79c8dcb3f5d |
EUC-JP | 劑?逵才?] | 110100011111110100111111111011011111110010111010110011010011111101011101 | d1fd3fedfcbacd3f5d |
UTF-8 | 劑ㅻ逵才렕] | 11100101100010101001000111100011100001011011101111101001100000001011010111100110100010011000110111101011101000001001010101011101 | e58a91e385bbe980b5e6898deba0955d |
UHC | 劑ㅻ逵才렕] | 1111000010100101101001001110101111010000101100001110111010100110100011101010101001011101 | f0a5a4ebd0b0eea68eaa5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)