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 | 実上シ写 | 111100001111000010001110110000001000111111100011101111001000111011001010 | f0f08ec08fe3bc8eca |
EUC-JP | ?実上シ写 | 001111111011110011000010101111101110010110001110101111001011110011001100 | 3fbcc2bee58ebcbccc |
UTF-8 | 実上シ写 | 111011101000001010101111111001011010111010011111111001001011100010001010111011111011110110111100111001011000011010011001 | ee82afe5ae9fe4b88aefbdbce58699 |
UHC | ??上?? | 001111110011111111011111101111100011111100111111 | 3f3fdfbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)