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 | 沃??節?? | 1001011110000000001111110011111110010000110111110011111100111111 | 97803f3f90df3f3f |
EUC-JP | 沃??節?? | 1100110111100000001111110011111111000000111000010011111100111111 | cde03f3fc0e13f3f |
UTF-8 | 沃욕쪏節됬뙼 | 111001101011001010000011111011001001101010010101111011001010101010001111111001111010111110000000111010111001000010101100111010111001100110111100 | e6b283ec9a95ecaa8fe7af80eb90aceb99bc |
UHC | 沃욕쪏節됬뙼 | 111010001010101010111111111001011010010110001001111011111011110110001001111001111000110010111111 | e8aabfe5a589efbd89e78cbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)