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 | 奧??巍?? | 1001101011111010001111110011111110011011110110010011111100111111 | 9afa3f3f9bd93f3f |
EUC-JP | 奧??巍?? | 1101010011111100001111110011111111010110110110110011111100111111 | d4fc3f3fd6db3f3f |
UTF-8 | 奧룬넀巍쒒릶 | 111001011010010110100111111010111010001110101100111010111000010010000000111001011011011110001101111011001001001010010010111010111010011010110110 | e5a5a7eba3aceb8480e5b78dec9292eba6b6 |
UHC | 奧룬넀巍쒒릶 | 111001111111001110110111111010011000011010010000111010001110010010011100111010011001000010010100 | e7f3b7e98690e8e49ce99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)