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 | 艶??藥?? | 1000100110010000001111110011111111100101010110100011111100111111 | 89903f3fe55a3f3f |
EUC-JP | 艶??藥?? | 1011000111110000001111110011111111101001101110110011111100111111 | b1f03f3fe9bb3f3f |
UTF-8 | 艶녔뎴藥띷누 | 111010001000100110110110111010111000010110010100111010111000111010110100111010001001011110100101111010111001110110110111111010111000100010000100 | e889b6eb8594eb8eb4e897a5eb9db7eb8884 |
UHC | 艶녔뎴藥띷누 | 111001101111110110110011111001101000100110000111111001011011011110001101111001101011010010101001 | e6fdb3e68987e5b78de6b4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)