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 | ???姨? | 001111110011111100111111100110110100100000111111 | 3f3f3f9b483f |
EUC-JP | ???姨? | 001111110011111100111111110101011010100100111111 | 3f3f3fd5a93f |
UTF-8 | 琉믫쐛姨좦 | 111011111010011110001100111010111010111110101011111011001001000010011011111001011010011110101000111011001010001010100110 | efa78cebafabec909be5a7a8eca2a6 |
UHC | 琉믫쐛姨좦 | 11101011101001001001001011101101100111001000000111101100101010011010000101000010 | eba492ed9c81eca9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)