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 | 荵漱匍縺膿 | 11100100101110011001111111111001100110011011001111100011100000011001010001011110 | e4b99ff999b3e381945e |
EUC-JP | 荵漱匍縺膿 | 11101000101110111101111011111011110100101011010111100101111000011100011110111111 | e8bbdefbd2b5e5e1c7bf |
UTF-8 | 荵漱匍縺膿 | 111010001000110110110101111001101011110010110001111001011000110010001101111001111011100010111010111010001000011010111111 | e88db5e6bcb1e58c8de7b8bae886bf |
UHC | ?漱匍?膿 | 0011111111100010101010111111100011010001001111111101001011011011 | 3fe2abf8d13fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)