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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艶??絶? | 10001001100100000011111100111111100100001110001000111111 | 89903f3f90e23f |
EUC-JP | 艶??絶? | 10110001111100000011111100111111110000001110010000111111 | b1f03f3fc0e43f |
UTF-8 | 艶쀯풚絶쒒 | 111010001000100110110110111011001000000010101111111011011001001010011010111001111011010110110110111011001001001010010010 | e889b6ec80afed929ae7b5b6ec9292 |
UHC | 艶쀯풚絶쒒 | 11100110111111011001011111101111101111101001110111101111101111101001110011101001 | e6fd97efbe9defbe9ce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)