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 | ???節?? | 00111111001111110011111110010000110111110011111100111111 | 3f3f3f90df3f3f |
EUC-JP | ??ŀ節?? | 001111110011111110001111101010011100100111000000111000010011111100111111 | 3f3f8fa9c9c0e13f3f |
UTF-8 | 銳띾ŀ節뚪굲 | 1110100110001010101100111110101110011101101111101100010110000000111001111010111110000000111010111001101010101010111010101011010110110010 | e98ab3eb9dbec580e7af80eb9aaaeab5b2 |
UHC | 銳띾ŀ節뚪굲 | 111001111110010110001101111010111010100110101000111011111011110110001100111010011000001010010101 | e7e58deba9a8efbd8ce98295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)