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 | 短臓続奪村 | 10010010010110101001000110011111100100011011000110010010010001001001000110111010 | 925a919f91b1924491ba |
EUC-JP | 短臓続奪村 | 11000011101110111100001010100001110000101011001111000011101001011100001010111100 | c3bbc2a1c2b3c3a5c2bc |
UTF-8 | 短臓続奪村 | 111001111001111110101101111010001000011110010011111001111011011010011010111001011010010110101010111001101001110110010001 | e79fade88793e7b69ae5a5aae69d91 |
UHC | 短??奪村 | 1101001110101101001111110011111111110111101011001111010110111101 | d3ad3f3ff7acf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)