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 | 艶??艶n? | 100010011001000000111111001111111000100110010000100000101000111000111111 | 89903f3f8990828e3f |
EUC-JP | 艶??艶n? | 101100011111000000111111001111111011000111110000101000111110111000111111 | b1f03f3fb1f0a3ee3f |
UTF-8 | 艶쀧츕艶n뼅 | 111010001000100110110110111011001000000010100111111011001011100010010101111010001000100110110110111011111011110110001110111010111011110010000101 | e889b6ec80a7ecb895e889b6efbd8eebbc85 |
UHC | 艶쀧츕艶n뼅 | 111001101111110110010111111001111010111010001111111001101111110110100011111011101001011010001111 | e6fd97e7ae8fe6fda3ee968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)