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 | 涅???? | 100111111011100000111111001111110011111100111111 | 9fb83f3f3f3f |
EUC-JP | 涅???? | 110111101011101000111111001111110011111100111111 | deba3f3f3f3f |
UTF-8 | 涅뉖씣流퐼 | 111001101011011010000101111010111000100110010110111011001001010010100011111011111010011110001010111011011001000010111100 | e6b685eb8996ec94a3efa78aed90bc |
UHC | 涅뉖씣流퐼 | 11100110111011101000011111101011100111011011011111101010111111001011111001000101 | e6ee87eb9db7eafcbe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)