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 | 癲??椅э? | 111000011001111100111111001111111000100011010110100001001000111100111111 | e19f3f3f88d6848f3f |
EUC-JP | 癲??椅э? | 111000101010000100111111001111111011000011011000101001111110111100111111 | e2a13f3fb0d8a7ef3f |
UTF-8 | 癲뗣꺁椅э쭓 | 1110011110011001101100101110101110010111101000111110101010111010100000011110011010100100100001011101000110001101111011001010110110010011 | e799b2eb97a3eaba81e6a485d18decad93 |
UHC | 癲뗣꺁椅э쭓 | 111011111010011010001011111000111000001110101010111010111111010110101100111011111010011110001011 | efa68be383aaebf5acefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)