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 | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | 佚頃????v | 100110001100001110001101101000000011111100111111001111110011111101110110 | 98c38da03f3f3f3f76 |
EUC-JP | 佚頃????v | 110100001100010110111010101000100011111100111111001111110011111101110110 | d0c5baa23f3f3f3f76 |
UTF-8 | 佚頃렱희렰렯v | 11100100101111011001101011101001101000001000001111101011101000001011000111101101100111011010110011101011101000001011000011101011101000001010111101110110 | e4bd9ae9a083eba0b1ed9daceba0b0eba0af76 |
UHC | 佚頃렱희렰렯v | 11101100111010101100110011110001100011101011111011001000111100011000111010111101100011101011110001110110 | eceaccf18ebec8f18ebd8ebc76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)