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 | 逕母ウ閉ィ驥 | 11100111100101001001010111101010101100111001010111000010101010001110100110000111 | e79495eab395c2a8e987 |
EUC-JP | 逕母ウ閉ィ驥 | 111011011111010011001010111011001000111010110011110010101100010010001110101010001111000111100111 | edf4caec8eb3cac48ea8f1e7 |
UTF-8 | 逕母ウ閉ィ驥 | 111010011000000010010101111001101010111110001101111011111011110110110011111010011001011010001001111011111011110110101000111010011010100110100101 | e98095e6af8defbdb3e99689efbda8e9a9a5 |
UHC | 逕母?閉?驥 | 11001100111011111101100110111101001111111111100011001101001111111101000111001010 | ccefd9bd3ff8cd3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)