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 | 艶??節?? | 1000100110010000001111110011111110010000110111110011111100111111 | 89903f3f90df3f3f |
EUC-JP | 艶??節?? | 1011000111110000001111110011111111000000111000010011111100111111 | b1f03f3fc0e13f3f |
UTF-8 | 艶랃풏節⑻궋 | 111010001000100110110110111010111001111010000011111011011001001010001111111001111010111110000000111000101001000110111011111010101011011010001011 | e889b6eb9e83ed928fe7af80e291bbeab68b |
UHC | 艶랃풏節⑻궋 | 111001101111110110001101111011111011111010010011111011111011110110101001111011101000001010100010 | e6fd8defbe93efbda9ee82a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)