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 | 形??耿?甲 | 100011000110000000111111001111111110001111010100001111111000110101100010 | 8c603f3fe3d43f8d62 |
EUC-JP | 形?饔耿?甲 | 1011011111000001001111111000111111101000111011111110011011010110001111111011100111000011 | b7c13f8fe8efe6d63fb9c3 |
UTF-8 | 形렠饔耿렋甲 | 111001011011110110100010111010111010000010100000111010011010010110010100111010001000000010111111111010111010000010001011111001111001010010110010 | e5bda2eba0a0e9a594e880bfeba08be794b2 |
UHC | 形렠饔耿렋甲 | 111110111010000110001110101100011110100010111101110011001110101010001110101000101100101110100011 | fba18eb1e8bdccea8ea2cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)