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 | ???潁? | 001111110011111100111111100111111111000100111111 | 3f3f3f9ff13f |
EUC-JP | ???潁? | 001111110011111100111111110111101111001100111111 | 3f3f3fdef33f |
UTF-8 | 嶺닺뫌潁묪 | 111011111010011010101011111010111000101110111010111010111010101110001100111001101011110110000001111010111010110010101010 | efa6abeb8bbaebab8ce6bd81ebacaa |
UHC | 嶺닺뫌潁묪 | 11100111101011011011010011101000100100011010111011100111101110001001001001000010 | e7adb4e891aee7b89242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)