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 | ?????]?V | 0011111100111111001111110011111100111111010111010011111101010110 | 3f3f3f3f3f5d3f56 |
SJIS-WIN | ?????]?V | 0011111100111111001111110011111100111111010111010011111101010110 | 3f3f3f3f3f5d3f56 |
EUC-JP | ?????]?V | 0011111100111111001111110011111100111111010111010011111101010110 | 3f3f3f3f3f5d3f56 |
UTF-8 | 채횧혢혧혧]채V | 1110110010110001100001001110110110011010101001111110110110011000101000101110110110011000101001111110110110011000101001110101110111101100101100011000010001010110 | ecb184ed9aa7ed98a2ed98a7ed98a75decb18456 |
UHC | 채횧혢혧혧]채V | 1100001110100100110000111001111011000010100010111100001010001111110000101000111101011101110000111010010001010110 | c3a4c39ec28bc28fc28f5dc3a456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)