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 | 謇搾ス誤昆謇 | 1110011010001001100011011110111110111101100011001110101110001101101010011110011010001001 | e6898defbd8ceb8da9e689 |
EUC-JP | 謇搾ス誤昆謇 | 111010111110100110111010111100011000111010111101101110001110110110111010101010111110101111101001 | ebe9baf18ebdb8edbaabebe9 |
UTF-8 | 謇搾ス誤昆謇 | 111010001010110010000111111001101001000010111110111011111011110110111101111010001010101010100100111001101001100010000110111010001010110010000111 | e8ac87e690beefbdbde8aaa4e69886e8ac87 |
UHC | ?搾?誤昆? | 001111111111001110110110001111111110100010100110110011011110000000111111 | 3ff3b63fe8a6cde03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)