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 | 伊逗工?? | 1000100011001001100100001000000010001101010010000011111100111111 | 88c990808d483f3f |
EUC-JP | 伊逗工勖? | 10110000110010111011111111100000101110011010100110001111101100111110110100111111 | b0cbbfe0b9a98fb3ed3f |
UTF-8 | 伊逗工勖렢 | 111001001011110010001010111010011000000010010111111001011011011110100101111001011000101110010110111010111010000010100010 | e4bc8ae98097e5b7a5e58b96eba0a2 |
UHC | 伊逗工勖렢 | 11101100101001011101010011101000110011011110111111101001111011011000111010110011 | eca5d4e8cdefe9ed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)