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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 艶??壯?? | 1000100110010000001111110011111110011010111000010011111100111111 | 89903f3f9ae13f3f |
EUC-JP | 艶??壯®? | 10110001111100000011111100111111110101001110001110001111101000101110111000111111 | b1f03f3fd4e38fa2ee3f |
UTF-8 | 艶쀧윐壯®윐 | 1110100010001001101101101110110010000000101001111110110010011100100100001110010110100011101011111100001010101110111011001001110010010000 | e889b6ec80a7ec9c90e5a3afc2aeec9c90 |
UHC | 艶쀧윐壯®윐 | 111001101111110110010111111001111001111110010111111011011110000010100010111001111001111110010111 | e6fd97e79f97ede0a2e79f97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)