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 | 沃??耶ユ? | 100101111000000000111111001111111001011011101011100000111000011000111111 | 97803f3f96eb83863f |
EUC-JP | 沃??耶ユ? | 110011011110000000111111001111111100110011101101101001011110011000111111 | cde03f3fcceda5e63f |
UTF-8 | 沃경튆耶ユ뿈 | 111001101011001010000011111010101011001010111101111011011000101010000110111010001000000010110110111000111000001110100110111010111011111110001000 | e6b283eab2bded8a86e880b6e383a6ebbf88 |
UHC | 沃경튆耶ユ뿈 | 111010001010101010110000111001101011100110011011111001011010110110101011111001101001011110001111 | e8aab0e6b99be5adabe6978f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)