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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 女앲쓮說꾣돈 | 111011111010011010000001111011001001010110110010111011001001001110101110111011111010011010100001111010101011111010100011111010111000111110001000 | efa681ec95b2ec93aeefa6a1eabea3eb8f88 |
UHC | 女앲쓮說꾣돈 | 111001011111110010011101111010001001110110001110111001101111001010000100111001101011010110110111 | e5fc9de89d8ee6f284e6b5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)