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 | 樺??小? | 10001010100100100011111100111111100011111010110000111111 | 8a923f3f8fac3f |
EUC-JP | 樺??小? | 10110011111100100011111100111111101111101010111000111111 | b3f23f3fbeae3f |
UTF-8 | 樺렧뤈小쥷 | 111001101010100010111010111010111010000010100111111010111010010010001000111001011011000010001111111011001010010110110111 | e6a8baeba0a7eba488e5b08feca5b7 |
UHC | 樺렧뤈小쥷 | 11111011111111001000111010110110100011111011100011100001101100111010001101000110 | fbfc8eb68fb8e1b3a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)