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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?瓣?瓣^ | 00111111111000010100000100111111111000010100000101011110 | 3fe1413fe1415e |
EUC-JP | ?瓣?瓣^ | 00111111111000011010001000111111111000011010001001011110 | 3fe1a23fe1a25e |
UTF-8 | 뤩瓣뤩瓣^ | 11101011101001001010100111100111100100111010001111101011101001001010100111100111100100111010001101011110 | eba4a9e793a3eba4a9e793a35e |
UHC | 뤩瓣뤩瓣^ | 100011111101011111110111111110111000111111010111111101111111101101011110 | 8fd7f7fb8fd7f7fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)