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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?忽待矯 | 00111111100011011001101010010001110100101000101110111000 | 3f8d9a91d28bb8 |
EUC-JP | ?忽待矯 | 00111111101110011111101011000010110101001011011010111010 | 3fb9fac2d4b6ba |
UTF-8 | 뤑忽待矯 | 111010111010010010010001111001011011111110111101111001011011111010000101111001111001111110101111 | eba491e5bfbde5be85e79faf |
UHC | 뤑忽待矯 | 1000111111000001111110111110110011010011111000101100111011101100 | 8fc1fbecd3e2ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)