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 | 迭?懈? | 100100110101001000111111100111001110011000111111 | 93523f9ce63f |
EUC-JP | 迭?懈? | 110001011011001100111111110110001110100000111111 | c5b33fd8e83f |
UTF-8 | 迭롆懈렗 | 111010001011111110101101111010111010000110000110111001101000011110001000111010111010000010010111 | e8bfadeba186e68788eba097 |
UHC | 迭롆懈렗 | 1111001011110111100011101100110011111010101010111000111010101100 | f2f78eccfaab8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)