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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 傳?將? | 100110010100001000111111100110111001001000111111 | 99423f9b923f |
EUC-JP | 傳?將? | 110100011010001100111111110101011111001000111111 | d1a33fd5f23f |
UTF-8 | 傳렓將당 | 111001011000001010110011111010111010000010010011111001011011000010000111111010111000101110111001 | e582b3eba093e5b087eb8bb9 |
UHC | 傳렓將당 | 1110111011101110100011101010100011101101111000101011010011100111 | eeee8ea8ede2b4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)