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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | 閼ア貉帛援SB | 1110100010000100101100011110011010111001100110111110010110001001100001110101001101000010 | e884b1e6b99be589875342 |
EUC-JP | 閼ア貉帛援SB | 111011111110010010001110101100011110110010111011110101101110011110110001111001110101001101000010 | efe48eb1ecbbd6e7b1e75342 |
UTF-8 | 閼ア貉帛援SB | 1110100110010110101111001110111110111101101100011110100010110010100010011110010110111000100110111110011010001111101101000101001101000010 | e996bcefbdb1e8b289e5b89be68fb45342 |
UHC | 閼??帛援SB | 11100100110110010011111100111111110110111101100111101010101101010101001101000010 | e4d93f3fdbd9eab55342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)