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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 璢璢湿者 | 1110000011100011111000001110001110001110101111001000111011010010 | e0e3e0e38ebc8ed2 |
EUC-JP | 璢璢湿者 | 1110000011100101111000001110010110111100101111101011110011010100 | e0e5e0e5bcbebcd4 |
UTF-8 | 璢璢湿者 | 111001111001001010100010111001111001001010100010111001101011100110111111111010001000000010000101 | e792a2e792a2e6b9bfe88085 |
UHC | ???者 | 0011111100111111001111111110110110111010 | 3f3f3fedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)